{% trans %}system.app_secret.insecure.message{% endtrans %}
{% trans %}system.app_secret.insecure.suggestion{% endtrans %}
APP_SECRET={{ suggested_app_secret }}
+ {% trans %}update_manager.new_version_available.only_administrators_can_see{% endtrans %}
{% endif %}
diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf
index 60d48973..117e529b 100644
--- a/translations/messages.en.xlf
+++ b/translations/messages.en.xlf
@@ -13658,7 +13658,7 @@ Buerklin-API Authentication server:
system.app_secret.insecure.message
- APP_SECRET is set to the default value shipped with Part-DB. This is a security risk! Set it to a new random value in your .env.local or docker-compose.yaml file.
+ The <code>APP_SECRET</code> environment variable is set to the default value shipped with Part-DB. This is a security risk! Set it to a new random value in your <code>.env.local</code> or <code>docker-compose.yaml</code> file.