fix(locale): Remove hard coded string literals (#3333)
This commit is contained in:
@ -83,6 +83,7 @@ export default class GitLabAuthenticationPage extends React.Component {
|
||||
{inProgress ? t('auth.loggingIn') : t('auth.loginWithGitLab')}
|
||||
</React.Fragment>
|
||||
)}
|
||||
t={t}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user