You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-10-31 01:45:39 +03:00
Migrate more strings to translation keys (#11599)
This commit is contained in:
committed by
GitHub
parent
0583fc8090
commit
d00ba74aaa
@@ -874,7 +874,7 @@ export class SSOAuthEntry extends React.Component<ISSOAuthEntryProps, ISSOAuthEn
|
||||
if (this.state.phase === SSOAuthEntry.PHASE_PREAUTH) {
|
||||
continueButton = (
|
||||
<AccessibleButton onClick={this.onStartAuthClick} kind={this.props.continueKind || "primary"}>
|
||||
{this.props.continueText || _t("Single Sign On")}
|
||||
{this.props.continueText || _t("auth|sso")}
|
||||
</AccessibleButton>
|
||||
);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user