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
|
{markdown !== undefined ? <div
|
||||||
dangerouslySetInnerHTML={{__html: snarkdown(markdown)}}></div> :
|
dangerouslySetInnerHTML={{__html: snarkdown(markdown)}}></div> :
|
||||||
<Typography.Text strong>
|
<Typography.Text strong>
|
||||||
{t`📝 Please create /public/content/${resource} file.`}
|
{t`📝 Please create the /public/content/${resource} file.`}
|
||||||
</Typography.Text>}
|
</Typography.Text>}
|
||||||
</Skeleton>
|
</Skeleton>
|
||||||
}
|
}
|
||||||
@@ -530,7 +530,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: assets/pages/TextPage.tsx:26
|
#: assets/pages/TextPage.tsx:26
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "📝 Please create /public/content/${ resource } file."
|
msgid "📝 Please create the /public/content/${ resource } file."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: assets/utils/functions/rdapTranslation.ts:7
|
#: assets/utils/functions/rdapTranslation.ts:7
|
||||||
|
|||||||
Reference in New Issue
Block a user