From 0ea7dd6660ff6e96036e0ef8428f33b667d49d6c Mon Sep 17 00:00:00 2001 From: William Desportes Date: Tue, 17 Dec 2019 23:19:51 +0100 Subject: [PATCH] Use apply tag instead of filter This commit fixes new changes since b475cfdd6c5176399020a3139bc6ad900b36da58 Signed-off-by: William Desportes --- templates/display/change_password/file_b.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/display/change_password/file_b.twig b/templates/display/change_password/file_b.twig index e5fc597b27..9c9dd91af4 100644 --- a/templates/display/change_password/file_b.twig +++ b/templates/display/change_password/file_b.twig @@ -5,10 +5,10 @@ - {% filter notice %} + {% apply notice %} {% trans %} This method requires using an 'SSL connection' or an 'unencrypted connection that encrypts the password using RSA'; while connecting to the server. {% endtrans %} {{ show_mysql_docu('sha256-authentication-plugin') }} - {% endfilter %} + {% endapply %}