From c525ee73f1c468b722b475b1d9b0f680fbbc9831 Mon Sep 17 00:00:00 2001 From: Paul <45032974+hide-me@users.noreply.github.com> Date: Tue, 24 Jan 2023 01:34:14 +0300 Subject: [PATCH] Fix about untranslated strings --- system/author/settings/user.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/author/settings/user.twig b/system/author/settings/user.twig index bfbce1d..f68d1e7 100644 --- a/system/author/settings/user.twig +++ b/system/author/settings/user.twig @@ -37,7 +37,7 @@ {% if is_role('administrator') %}
@@ -62,7 +62,7 @@{{ __('Do you really want to delete the user') }} {{userdata.username}}? {{ __('Please confirm') }}.
- + {{ csrf_field() | raw }}