mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Change "safe" for "save" on profile duplicate
This commit is contained in:
parent
0b6d1a7840
commit
b11f047332
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user