chore: typo

This commit is contained in:
Maël Gangloff
2024-08-26 19:09:32 +02:00
parent 4458b5c38f
commit 0b2a2867e3
2 changed files with 2 additions and 2 deletions

View File

@@ -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>
}