fix: browser warning referencing a non-existent app

This commit is contained in:
2023-12-08 23:12:52 +01:00
parent fe850f47ec
commit d8d430f333
3 changed files with 6 additions and 6 deletions

View File

@@ -77,7 +77,8 @@ const de = {
"Auch wenn alle Chromium-basieren Desktop Browser diese Voraussetzung grundsätzlich erfüllen, haben einige Browser ",
INFO_BROWSER_INFIX: "wie zum Beispiel Brave",
INFO_BROWSER_SUFFIX: " sich bewusst dazu entschieden die API zu deaktivieren.",
DOWNLOAD_APP: "Desktop-app herunterladen",
DOWNLOAD_APP:
"Chrome oder Edge werden offiziell unterstützt, andere Browser könnten aber auch funktionieren.",
},
changes: {
TITLE: "Änderungen importieren",

View File

@@ -75,7 +75,7 @@ const en = {
"Though all chromium-based desktop browsers fulfill this requirement, some derivations such as Brave ",
INFO_BROWSER_INFIX: "have been known to disable the API intentionally",
INFO_BROWSER_SUFFIX: ".",
DOWNLOAD_APP: "Download the desktop app",
DOWNLOAD_APP: "Chrome or Edge are officially supported, but other browsers might work as well.",
},
changes: {
TITLE: "Import changes",

View File

@@ -17,9 +17,7 @@
>{$LL.browserWarning.INFO_BROWSER_SUFFIX()}
</p>
<div>
<a href="https://github.com/CharaChorder/DeviceManager/releases" target="_blank"
>{$LL.browserWarning.DOWNLOAD_APP()}</a
>
<p>{$LL.browserWarning.DOWNLOAD_APP()}</p>
</div>
</dialog>
@@ -50,9 +48,10 @@
a {
color: var(--md-sys-color-on-error);
text-decoration: underline;
}
div > a {
div > p {
display: flex;
gap: 8px;
align-items: center;