|
@@ -221,7 +221,7 @@ const Item: FC<ItemProps> = (props: ItemProps) => {
|
|
|
{isEnableActions && (
|
|
{isEnableActions && (
|
|
|
<ClosableTextInput
|
|
<ClosableTextInput
|
|
|
isShown={isNewPageInputShown}
|
|
isShown={isNewPageInputShown}
|
|
|
- placeholder={t('Input title')}
|
|
|
|
|
|
|
+ placeholder={t('Input page name')}
|
|
|
onClickOutside={() => { setNewPageInputShown(false) }}
|
|
onClickOutside={() => { setNewPageInputShown(false) }}
|
|
|
onPressEnter={onPressEnterHandler}
|
|
onPressEnter={onPressEnterHandler}
|
|
|
inputValidator={inputValidator}
|
|
inputValidator={inputValidator}
|