diff --git a/assets/pages/TextPage.tsx b/assets/pages/TextPage.tsx index d8d2978..76d0214 100644 --- a/assets/pages/TextPage.tsx +++ b/assets/pages/TextPage.tsx @@ -23,7 +23,7 @@ export default function TextPage({resource}: { resource: string }) { {markdown !== undefined ?
: - {t`📝 Please create /public/content/${resource} file.`} + {t`📝 Please create the /public/content/${resource} file.`} } } \ No newline at end of file diff --git a/translations/translations.pot b/translations/translations.pot index e89df50..54d26b9 100644 --- a/translations/translations.pot +++ b/translations/translations.pot @@ -530,7 +530,7 @@ msgstr "" #: assets/pages/TextPage.tsx:26 #, javascript-format -msgid "📝 Please create /public/content/${ resource } file." +msgid "📝 Please create the /public/content/${ resource } file." msgstr "" #: assets/utils/functions/rdapTranslation.ts:7