minor changes

This commit is contained in:
alejandro.campos@artica.es 2022-11-23 10:30:53 +01:00
parent f03cd5ec8c
commit 5accae9d47

View File

@ -1737,7 +1737,7 @@ $(document).ready (function () {
if (typeof profile_is_added === 'undefined') { if (typeof profile_is_added === 'undefined') {
data.push(new_json); data.push(new_json);
} else { } else {
alert('<?php echo __('Please select profile and group'); ?>'); alert('<?php echo __('This profile is already defined'); ?>');
return; return;
} }