fix(client): use translated cert name for Legacy Full Stack Certification (#49145)

fix(client): use translated cert name
This commit is contained in:
YMatsuda
2023-01-27 04:04:52 +09:00
committed by GitHub
parent 849e2c041d
commit ca91d93d7e

View File

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