{% if status.git.has_local_changes %}
- {% trans %}update_manager.yes{% endtrans %}
+ {% trans %}Yes{% endtrans %}
{% else %}
- {% trans %}update_manager.no{% endtrans %}
+ {% trans %}No{% endtrans %}
{% endif %}
@@ -102,11 +102,11 @@
{% if status.can_auto_update %}
- {% trans %}update_manager.yes{% endtrans %}
+ {% trans %}Yes{% endtrans %}
{% else %}
- {% trans %}update_manager.no{% endtrans %}
+ {% trans %}No{% endtrans %}
{% endif %}
diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf
index c9167bd4..7a7408c1 100644
--- a/translations/messages.en.xlf
+++ b/translations/messages.en.xlf
@@ -14442,18 +14442,6 @@ Buerklin-API Authentication server:
For safety and reliability, updates should be performed via the command line interface. The update process will automatically create a backup, enable maintenance mode, and handle migrations.
-
-
- update_manager.yes
- Yes
-
-
-
-
- update_manager.no
- No
-
- update_manager.up_to_date