fix(client): remove redundant warning text from archive content notice (#65444)

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
Chandrakant Gorain
2026-01-23 18:06:27 +05:30
committed by GitHub
parent 540d6e169c
commit f3f0cd0236
2 changed files with 2 additions and 3 deletions
@@ -715,7 +715,7 @@
},
"archive": {
"title": "Archived Coursework",
"content-not-updated": "<0>Warning:</0> The content in this section is not being updated, but is still available for you to further your learning. We recommend trying <1>our current curriculum</1>."
"content-not-updated": "The content in this section is not being updated, but is still available for you to further your learning. We recommend trying <0>our current curriculum</0>."
}
},
"donate": {
@@ -10,9 +10,8 @@ const ArchivedWarning = () => {
const { t } = useTranslation();
return (
<Callout variant='note' label={t('misc.note')}>
<p className='text-center archived-warning'>
<p className='archived-warning'>
<Trans i18nKey='learn.archive.content-not-updated'>
<strong>placeholder</strong>
<Link to={'/learn/full-stack-developer'}>placeholder</Link>
</Trans>
</p>