diff --git a/src/translation/en.json b/src/translation/en.json index 37df18f5d..f6711eca3 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -1523,7 +1523,8 @@ "disabled": "Automatic Updates is currently disabled.", "disableAction": "Disable Automatic Updates", "enableAction": "Enable Automatic Updates" - } + }, + "noUpdates": "on latest version" }, "backups": { "backups": { diff --git a/src/views/app.html b/src/views/app.html index 7f6ec87c9..09d037012 100644 --- a/src/views/app.html +++ b/src/views/app.html @@ -1341,9 +1341,10 @@
-
- - +
+ {{ 'app.updates.noUpdates' | tr }} + +