Migrate more strings to translation keys (#11601)
This commit is contained in:
parent
564d4eda7c
commit
8c35abbb04
64 changed files with 3784 additions and 3553 deletions
|
@ -189,7 +189,7 @@ export default class UserSettingsDialog extends React.Component<IProps, IState>
|
|||
tabs.push(
|
||||
new Tab(
|
||||
UserTab.Help,
|
||||
_td("Help & About"),
|
||||
_td("setting|help_about|title"),
|
||||
"mx_UserSettingsDialog_helpIcon",
|
||||
<HelpUserSettingsTab closeSettingsFn={() => this.props.onFinished()} />,
|
||||
"UserSettingsHelpAbout",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue