Use en_GB spelling of maximise / minimise in labels (#7111)

This commit is contained in:
J. Ryan Stinnett 2021-11-10 16:35:43 +00:00 committed by GitHub
parent 431b69ee49
commit 5226edba4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 9 deletions

View file

@ -325,7 +325,7 @@ export default class PreferencesUserSettingsTab extends React.Component<IProps,
minimizeToTrayOption = <LabelledToggleSwitch
value={this.state.minimizeToTray}
onChange={this.onMinimizeToTrayChange}
label={_t('Show tray icon and minimize window to it on close')} />;
label={_t('Show tray icon and minimise window to it on close')} />;
}
return (