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

@ -216,6 +216,7 @@ export default class GitGatewayAuthenticationPage extends React.Component {
</LoginButton>
</AuthForm>
)}
t={t}
/>
);
}