minor changes

This commit is contained in:
alejandro.campos@artica.es 2022-11-23 10:30:53 +01:00
parent f03cd5ec8c
commit 5accae9d47
1 changed files with 1 additions and 1 deletions

View File

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