From 878dda4e549c1ced113854b2393c96e46b06effd Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 28 Oct 2022 18:00:08 +0200 Subject: [PATCH] Improve layout in app update view --- src/translation/en.json | 2 +- src/views/app.html | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/translation/en.json b/src/translation/en.json index f6711eca3..d9c851d71 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -1524,7 +1524,7 @@ "disableAction": "Disable Automatic Updates", "enableAction": "Enable Automatic Updates" }, - "noUpdates": "on latest version" + "noUpdates": "No new updates available" }, "backups": { "backups": { diff --git a/src/views/app.html b/src/views/app.html index 09d037012..b2fa8f8e5 100644 --- a/src/views/app.html +++ b/src/views/app.html @@ -1341,8 +1341,10 @@
-
- {{ 'app.updates.noUpdates' | tr }} +
+ {{ 'app.updates.noUpdates' | tr }} +
+
@@ -1360,8 +1362,12 @@

{{ 'app.updates.auto.description' | tr }}

-

{{ 'app.updates.auto.enabled' | tr }}

-

{{ 'app.updates.auto.disabled' | tr }}

+
+
+ {{ 'app.updates.auto.enabled' | tr }} + {{ 'app.updates.auto.disabled' | tr }} +
+