Browse Source

update placeholder

Shun Miyazawa 4 years ago
parent
commit
b712bab459
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/components/Sidebar/PageTree/Item.tsx

+ 1 - 1
packages/app/src/components/Sidebar/PageTree/Item.tsx

@@ -255,7 +255,7 @@ const Item: FC<ItemProps> = (props: ItemProps) => {
         { isInputForRenameOpen && (
           <ClosableTextInput
             isShown
-            placeholder={page.path}
+            placeholder={t('Input page name')}
             onClickOutside={() => { setIsInputForRenameOpen(false) }}
             onPressEnter={onPressEnterHandlerForRename}
           />