Migrate more strings to translation keys (#11665)
This commit is contained in:
parent
de250df520
commit
54c88c57ed
127 changed files with 6797 additions and 5825 deletions
|
@ -191,7 +191,7 @@ export default class ManageEventIndexDialog extends React.Component<IProps, ISta
|
|||
<BaseDialog
|
||||
className="mx_ManageEventIndexDialog"
|
||||
onFinished={this.props.onFinished}
|
||||
title={_t("Message search")}
|
||||
title={_t("settings|security|message_search_section")}
|
||||
>
|
||||
{eventIndexingSettings}
|
||||
<DialogButtons
|
||||
|
|
|
@ -803,7 +803,7 @@ export default class CreateSecretStorageDialog extends React.PureComponent<IProp
|
|||
onClick={this.onCopyClick}
|
||||
disabled={this.state.phase === Phase.Storing}
|
||||
>
|
||||
{this.state.copied ? _t("Copied!") : _t("action|copy")}
|
||||
{this.state.copied ? _t("common|copied") : _t("action|copy")}
|
||||
</AccessibleButton>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -873,7 +873,7 @@ export default class CreateSecretStorageDialog extends React.PureComponent<IProp
|
|||
private titleForPhase(phase: Phase): string {
|
||||
switch (phase) {
|
||||
case Phase.ChooseKeyPassphrase:
|
||||
return _t("Set up Secure Backup");
|
||||
return _t("encryption|set_up_toast_title");
|
||||
case Phase.Migrate:
|
||||
return _t("Upgrade your encryption");
|
||||
case Phase.Passphrase:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue