title for dialog (user form)

This commit is contained in:
fbsanchez 2020-11-03 10:11:18 +01:00
parent 8b01565948
commit 5ddb3f4421
1 changed files with 1 additions and 0 deletions

View File

@ -1395,6 +1395,7 @@ $(document).ready (function () {
} else {
if ($('#table_profiles tbody').children().length == 1) {
confirmDialog({
title: "<?php echo __('Warning'); ?>",
message: "<?php echo __('User will be created without profiles assigned and won\'t be able to log in, are you sure?'); ?>",
onAccept: function() {
$('#user_profile_form').submit();