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
4 changed files with 9 additions and 9 deletions
@@ -131,7 +131,7 @@ const LeftPanelWidget: React.FC = () => {
}}
className="mx_LeftPanelWidget_maximizeButton"
tooltipClassName="mx_LeftPanelWidget_maximizeButtonTooltip"
title={_t("Maximize")}
title={_t("Maximise")}
/>*/ }
</div>
</div>