1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-04 12:27:28 +02:00

Update tooltip message on Full Screen Preview btn

This commit is contained in:
Arnab Sen
2022-03-20 22:03:24 +05:30
parent 0ceb4ecc5e
commit 5eab670298

View File

@@ -286,7 +286,7 @@ export default class Footer extends Component {
onClick={this.layoutBtnClickhandler.bind(this, 4)}
id="layoutBtn4"
class="mode-btn hint--top-left hint--rounded hide-on-mobile"
aria-label={i18n._(t`Switch to full screen preview`)}
aria-label={i18n._(t`Toggle full screen preview`)}
>
<svg viewBox="0 0 100 100">
<rect x="0" y="0" width="100" height="100" />