mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
fix(client): use translated cert name for Legacy Full Stack Certification (#49145)
fix(client): use translated cert name
This commit is contained in:
parent
849e2c041d
commit
ca91d93d7e
@ -347,7 +347,7 @@ export class CertificationSettings extends Component {
|
||||
<div>
|
||||
<p>
|
||||
{t('settings.claim-legacy', {
|
||||
cert: 'Legacy Full Stack Certification'
|
||||
cert: t('certification.title.Legacy Full Stack Certification')
|
||||
})}
|
||||
</p>
|
||||
<ul>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user