Migrate more strings to translation keys (#11499)
This commit is contained in:
parent
45094bda7c
commit
f88d76e2ea
77 changed files with 2043 additions and 2006 deletions
|
@ -216,7 +216,7 @@ export default class ExportE2eKeysDialog extends React.Component<IProps, IState>
|
|||
<input
|
||||
className="mx_Dialog_primary"
|
||||
type="submit"
|
||||
value={_t("Export")}
|
||||
value={_t("action|export")}
|
||||
disabled={disableForm}
|
||||
/>
|
||||
<button onClick={this.onCancelClick} disabled={disableForm}>
|
||||
|
|
|
@ -187,7 +187,7 @@ export default class ImportE2eKeysDialog extends React.Component<IProps, IState>
|
|||
<input
|
||||
className="mx_Dialog_primary"
|
||||
type="submit"
|
||||
value={_t("Import")}
|
||||
value={_t("action|import")}
|
||||
disabled={!this.state.enableSubmit || disableForm}
|
||||
/>
|
||||
<button onClick={this.onCancelClick} disabled={disableForm}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue