update: match the ui in settings page

This commit is contained in:
Girish Ramakrishnan
2024-07-15 16:23:37 +02:00
parent d97d82b225
commit bc96f9c5e5
5 changed files with 33 additions and 45 deletions

View File

@@ -1592,18 +1592,18 @@
"packageVersion": "Package Version",
"lastUpdated": "Last Updated",
"checkForUpdatesAction": "Check for Updates",
"customAppUpdateInfo": "Updates are not available for custom apps",
"customAppUpdateInfo": "Auto-update is not available for custom apps",
"updateAvailableAction": "Update Available",
"repository": "Package Repository",
"installedAt": "Installed At"
},
"auto": {
"title": "Automatic Updates",
"description": "Cloudron periodically checks the App Store for updates. If you disable automatic updates, be sure to manually apply the updates.",
"description": "Cloudron periodically checks the <a href=\"{{ appStoreLink }}\" target=\"_blank\">App Store</a> for updates.",
"enabled": "Automatic Updates is currently enabled.",
"disabled": "Automatic Updates is currently disabled.",
"disableAction": "Disable",
"enableAction": "Enable"
"disableAction": "Disable Auto-update",
"enableAction": "Enable Auto-update"
},
"noUpdates": "No new updates available"
},