From 79fa6d73c268d99374cd8cc6e454133f0c3427a3 Mon Sep 17 00:00:00 2001 From: AlphaX-Projects <77661270+AlphaX-Projects@users.noreply.github.com> Date: Fri, 14 Apr 2023 21:59:16 +0200 Subject: [PATCH] Add fullscreen translation --- qortal-ui-plugins/plugins/core/qdn/browser/browser.src.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qortal-ui-plugins/plugins/core/qdn/browser/browser.src.js b/qortal-ui-plugins/plugins/core/qdn/browser/browser.src.js index 8e69858b..11f95266 100644 --- a/qortal-ui-plugins/plugins/core/qdn/browser/browser.src.js +++ b/qortal-ui-plugins/plugins/core/qdn/browser/browser.src.js @@ -272,7 +272,7 @@ class WebBrowser extends LitElement { return html` this.exitFullScreen()} - title="${translate('browserpage.bchange9')} ${this.name}" + title="${translate('browserpage.bchange38')}" class="address-bar-button float-right" > fullscreen_exit @@ -282,7 +282,7 @@ class WebBrowser extends LitElement { return html` this.goFullScreen()} - title="${translate('browserpage.bchange9')} ${this.name}" + title="${translate('browserpage.bchange37')}" class="address-bar-button float-right" > fullscreen