mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-03 14:01:27 -05:00
fix(client): use translated cert name for Legacy Full Stack Certification (#49145)
fix(client): use translated cert name
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user