From c72bf239d7e9252a367a60c59ec7d9c573c7e690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Sat, 17 Jun 2023 17:09:41 -0300 Subject: [PATCH] Replace .text-muted with .text-body-secondary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The CSS class .text-muted is deprecated and will be replaced by .text-body-secondary. Signed-off-by: MaurĂ­cio Meneghini Fauth --- templates/config/form_display/display.twig | 2 +- templates/table/maintenance/checksum.twig | 2 +- templates/table/operations/index.twig | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/config/form_display/display.twig b/templates/config/form_display/display.twig index c6d1d9a1fa..ac02ace077 100644 --- a/templates/config/form_display/display.twig +++ b/templates/config/form_display/display.twig @@ -20,7 +20,7 @@
{{ form.descriptions.name }}
{% if form.descriptions.desc is not empty %} -
{{ form.descriptions.desc|raw }}
+
{{ form.descriptions.desc|raw }}
{% endif %}
diff --git a/templates/table/maintenance/checksum.twig b/templates/table/maintenance/checksum.twig index 9fe7ca1b17..f0f6562cd1 100644 --- a/templates/table/maintenance/checksum.twig +++ b/templates/table/maintenance/checksum.twig @@ -21,7 +21,7 @@ {% if row.Checksum is not null %} {{ row.Checksum }} {% else %} - NULL + NULL {% endif %} diff --git a/templates/table/operations/index.twig b/templates/table/operations/index.twig index 9779efa286..2665a3934f 100644 --- a/templates/table/operations/index.twig +++ b/templates/table/operations/index.twig @@ -16,7 +16,7 @@ {% endfor %} - + {% trans %}(singly){% context %}Alter table order by a single field.{% endtrans %}