related to #1602 Escaped variable in template instead of changing translation.

This commit is contained in:
Matthieu Leproux
2022-06-06 14:25:02 +02:00
parent 5d19c0d4c8
commit 63414deadd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ const cancel_msg = '{'No, I have changed my mind'|@translate|@escape}';
const str_and_others_tags = '{'and %s others'|@translate}';
const missingConfirm = "{'You need to confirm deletion'|translate|escape:javascript}";
const missingUsername = "{'Please, enter a login'|translate|escape:javascript}";
const fieldNotEmpty = "{'Name field must not be empty'|@translate}"
const fieldNotEmpty = "{'Name field must not be empty'|@translate|escape:javascript}"
const registered_str = '{"Registered"|@translate}';
const last_visit_str = '{"Last visit"|@translate}';