1
0
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:
Michael Telatynski
2023-09-12 08:36:06 +01:00
committed by GitHub
parent 0583fc8090
commit d00ba74aaa
81 changed files with 3023 additions and 2661 deletions

View File

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