Commit b0c97aa9 by Kálmán Viktor

network: internationalization fix in js

parent 4f1b8349
...@@ -17,12 +17,12 @@ $('i[class="icon-remove"]').click(function() { ...@@ -17,12 +17,12 @@ $('i[class="icon-remove"]').click(function() {
message: s, message: s,
buttons: { buttons: {
cancel: { cancel: {
'label': "Cancel", 'label': gettext("Cancel"),
'className': "btn-info", 'className': "btn-info",
'callback': function () {} 'callback': function () {}
}, },
remove: { remove: {
'label': "Remove", 'label': gettext("Remove"),
'className': "btn-danger", 'className': "btn-danger",
'callback': function() { 'callback': function() {
delete_rule_or_group(click_this); delete_rule_or_group(click_this);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment