mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
chore: typo
This commit is contained in:
@@ -23,7 +23,7 @@ export default function TextPage({resource}: { resource: string }) {
|
||||
{markdown !== undefined ? <div
|
||||
dangerouslySetInnerHTML={{__html: snarkdown(markdown)}}></div> :
|
||||
<Typography.Text strong>
|
||||
{t`📝 Please create /public/content/${resource} file.`}
|
||||
{t`📝 Please create the /public/content/${resource} file.`}
|
||||
</Typography.Text>}
|
||||
</Skeleton>
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user