Add fullscreen translation

This commit is contained in:
AlphaX-Projects 2023-04-14 21:59:16 +02:00 committed by GitHub
parent 77749c97ec
commit 79fa6d73c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -272,7 +272,7 @@ class WebBrowser extends LitElement {
return html`
<mwc-button
@click=${() => this.exitFullScreen()}
title="${translate('browserpage.bchange9')} ${this.name}"
title="${translate('browserpage.bchange38')}"
class="address-bar-button float-right"
>
<mwc-icon>fullscreen_exit</mwc-icon>
@ -282,7 +282,7 @@ class WebBrowser extends LitElement {
return html`
<mwc-button
@click=${() => this.goFullScreen()}
title="${translate('browserpage.bchange9')} ${this.name}"
title="${translate('browserpage.bchange37')}"
class="address-bar-button float-right"
>
<mwc-icon>fullscreen</mwc-icon>