Improved APP_SECRET warning message

This commit is contained in:
Jan Böhmer 2026-06-07 22:43:06 +02:00
parent 93ab410857
commit 4b00541dd6
2 changed files with 2 additions and 1 deletions

View file

@ -91,6 +91,7 @@
<p class="mb-1">{% trans %}system.app_secret.insecure.message{% endtrans %}</p>
<p class="mb-0">{% trans %}system.app_secret.insecure.suggestion{% endtrans %}
<br><code>APP_SECRET={{ suggested_app_secret }}</code></p>
<small>{% trans %}update_manager.new_version_available.only_administrators_can_see{% endtrans %}</small>
</div>
{% endif %}