mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-01 20:04:51 +02:00
related to #1602 Escaped variable in template instead of changing translation.
This commit is contained in:
@@ -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}';
|
||||
|
||||
Reference in New Issue
Block a user