@@ -168,7 +168,7 @@
"could_not_creata_path": "Couldn't create path."
},
"custom_navigation": {
- "no_page_list": "There are no pages under this page."
+ "no_pages_under_this_page": "There are no pages under this page."
"installer": {
"tab": "Create account",
@@ -169,7 +169,7 @@
"could_not_creata_path": "パスを作成できませんでした。"
- "no_page_list": "このページの配下にはページが存在しません。"
+ "no_pages_under_this_page": "このページの配下にはページが存在しません。"
"tab": "アカウント作成",
@@ -175,7 +175,7 @@
"could_not_creata_path": "无法创建路径"
"tab": "创建账户",
@@ -51,7 +51,7 @@ const PageList = (props: Props<IPageInfoForEntity>): JSX.Element => {
if (pageList.length === 0) {
return (
<div className="mt-2">
- <p>{t('custom_navigation.no_page_list')}</p>
+ <p>{t('custom_navigation.no_pages_under_this_page')}</p>
</div>
);
}