Change "safe" for "save" on profile duplicate

This commit is contained in:
Jonathan 2022-12-12 10:50:59 +01:00
parent 0b6d1a7840
commit b11f047332
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ enterprise_hook('close_meta_frame');
},
success: function (data) {
if(data === 'true'){
alert( <?php echo "'".__('Profile name already on use, please, change the name before safe')."'"; ?> );
alert( <?php echo "'".__('Profile name already on use, please, change the name before save')."'"; ?> );
if($('#hidden-old_name_profile').val()){
$('#text-name').val($('#hidden-old_name_profile').val());
}else{