diff --git a/templates/homepage.html.twig b/templates/homepage.html.twig index d6b3a516..2a191f14 100644 --- a/templates/homepage.html.twig +++ b/templates/homepage.html.twig @@ -91,6 +91,7 @@

{% 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.