fix(locale): Remove hard coded string literals (#3333)

This commit is contained in:
tiuweehan
2020-02-28 18:12:10 +08:00
committed by GitHub
parent 1dcb79a874
commit 7c45a3cda9
22 changed files with 216 additions and 6 deletions

View File

@ -83,6 +83,7 @@ export default class GitLabAuthenticationPage extends React.Component {
{inProgress ? t('auth.loggingIn') : t('auth.loginWithGitLab')}
</React.Fragment>
)}
t={t}
/>
);
}