You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
Update i18n for Appearance User Settings
The variable has to be added to the i18n files as well (I don't know how to do that)
This commit is contained in:
@@ -394,7 +394,7 @@ export default class AppearanceUserSettingsTab extends React.Component<IProps, I
|
|||||||
className="mx_AppearanceUserSettingsTab_AdvancedToggle"
|
className="mx_AppearanceUserSettingsTab_AdvancedToggle"
|
||||||
onClick={() => this.setState({showAdvanced: !this.state.showAdvanced})}
|
onClick={() => this.setState({showAdvanced: !this.state.showAdvanced})}
|
||||||
>
|
>
|
||||||
{this.state.showAdvanced ? "Hide advanced" : "Show advanced"}
|
{this.state.showAdvanced ? _t("Hide advanced") : _t("Show advanced")}
|
||||||
</div>;
|
</div>;
|
||||||
|
|
||||||
let advanced: React.ReactNode;
|
let advanced: React.ReactNode;
|
||||||
|
|||||||
Reference in New Issue
Block a user