Change domain(s) to zone(s) in the templates

This commit is contained in:
Stefan Ubbink
2023-03-12 20:40:19 +01:00
parent 73447d396a
commit 34902f6cf9
14 changed files with 46 additions and 46 deletions

View File

@ -143,7 +143,7 @@
var modal = $("#modal_revoke");
var username = $(this).prop('id');
var info = "Are you sure you want to revoke all privileges for user " + username +
"? They will not able to access any domain.";
"? They will not able to access any zone.";
modal.find('.modal-body p').text(info);
modal.find('#button_revoke_confirm').click(function () {
var postdata = {