Fix description of auto update switch

It should be some description and not describe the current state of
the switch.
This commit is contained in:
Girish Ramakrishnan
2025-09-30 14:10:07 +02:00
parent 5c0d53b52c
commit 647209cf6d
12 changed files with 25 additions and 49 deletions

View File

@@ -1512,8 +1512,6 @@
"auto": {
"description": "Cloudron tjekker med jævne mellemrum <a href=»{{ appStoreLink }}« target=»_blank«>App Store</a> for opdateringer.",
"title": "Automatiske opdateringer",
"enabled": "Automatiske opdateringer er i øjeblikket aktiveret.",
"disabled": "Automatiske opdateringer er i øjeblikket deaktiveret.",
"disableAction": "Deaktivere automatiske opdateringer",
"enableAction": "Aktivere automatiske opdateringer"
},