Commit b0c97aa9 by Kálmán Viktor

network: internationalization fix in js

parent 4f1b8349
......@@ -17,12 +17,12 @@ $('i[class="icon-remove"]').click(function() {
message: s,
buttons: {
cancel: {
'label': "Cancel",
'label': gettext("Cancel"),
'className': "btn-info",
'callback': function () {}
},
remove: {
'label': "Remove",
'label': gettext("Remove"),
'className': "btn-danger",
'callback': function() {
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