Aggiornamento messaggio username già esistente

This commit is contained in:
Luca 2022-11-25 17:30:21 +01:00
parent 62aa6bb3e2
commit 1aff846f54
1 changed files with 1 additions and 2 deletions

View File

@ -114,8 +114,7 @@ function submitCheck() {
$("#user_update").submit();
}else{
$("input[name=username]").focus();
swal("'.tr('Impossibile procedere').'", "'.tr('Nome utente già in uso').'", "error");
swal("'.tr('Impossibile procedere').'", "'.tr('Username già esistente o troppo corto').'", "error");
}
}
</script>