Migrate more strings to translation keys (#11498)
This commit is contained in:
parent
9329b896b3
commit
6b3243b27b
89 changed files with 1495 additions and 1491 deletions
|
@ -86,7 +86,7 @@ const SpacePreferencesDialog: React.FC<IProps> = ({ space, initialTabId, onFinis
|
|||
className="mx_SpacePreferencesDialog"
|
||||
hasCancel
|
||||
onFinished={onFinished}
|
||||
title={_t("Preferences")}
|
||||
title={_t("common|preferences")}
|
||||
fixedWidth={false}
|
||||
>
|
||||
<h4>
|
||||
|
|
|
@ -104,7 +104,7 @@ export default class UserSettingsDialog extends React.Component<IProps, IState>
|
|||
tabs.push(
|
||||
new Tab(
|
||||
UserTab.Preferences,
|
||||
_td("Preferences"),
|
||||
_td("common|preferences"),
|
||||
"mx_UserSettingsDialog_preferencesIcon",
|
||||
<PreferencesUserSettingsTab closeSettingsFn={this.props.onFinished} />,
|
||||
"UserSettingsPreferences",
|
||||
|
|
|
@ -127,7 +127,7 @@ export default class WidgetCapabilitiesPromptDialog extends React.PureComponent<
|
|||
<div className="text-muted">{_t("This widget would like to:")}</div>
|
||||
{checkboxRows}
|
||||
<DialogButtons
|
||||
primaryButton={_t("Approve")}
|
||||
primaryButton={_t("action|approve")}
|
||||
cancelButton={_t("Decline All")}
|
||||
onPrimaryButtonClick={this.onSubmit}
|
||||
onCancel={this.onReject}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue