]> git.agnieray.net Git - galette.git/commitdiff
Fix JS translation issue
authorJohan Cwiklinski <johan@x-tnd.be>
Mon, 18 May 2020 08:03:53 +0000 (10:03 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Mon, 18 May 2020 08:03:53 +0000 (10:03 +0200)
galette/templates/default/preferences.tpl

index 16b7accbf744e1fa6eee14aca0ba506ed194bb0d..fc996fc3337c498401c9cf32f1b457603921fc3a 100644 (file)
                             $('#testEmail').remove();
                         },
                         buttons: {
-                            {_T string="Send"}: function() {
+                            "{_T string="Send" escape="js"}": function() {
                                 $.ajax({
                                     url: _this.attr('href'),
                                     type: 'GET',