From 8bf25a1e38d3f51c2226e549621f31ea0f55e7d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 7 Mar 2026 18:46:43 +0100 Subject: [PATCH] Fixed text justification in download modal --- templates/admin/update_manager/index.html.twig | 7 ++++--- translations/messages.en.xlf | 6 ++++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/templates/admin/update_manager/index.html.twig b/templates/admin/update_manager/index.html.twig index 76d7ca2a..fe760855 100644 --- a/templates/admin/update_manager/index.html.twig +++ b/templates/admin/update_manager/index.html.twig @@ -427,7 +427,7 @@ {% endif %} {% if not backup_restore_disabled and is_granted('@system.manage_updates') %}
{% endif %} + {% if not backup_download_disabled and is_granted('@system.manage_updates') %} {# Per-backup download modal - no inline JS needed, CSP compatible with Turbo #} -