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

@ -131,7 +131,7 @@ const LeftPanelWidget: React.FC = () => {
}}
className="mx_LeftPanelWidget_maximizeButton"
tooltipClassName="mx_LeftPanelWidget_maximizeButtonTooltip"
title={_t("Maximize")}
title={_t("Maximise")}
/>*/ }
</div>
</div>