Awesome wizard

This commit is contained in:
fbsanchez 2021-02-04 18:26:34 +01:00
parent 7bb68abbad
commit 63834c62a7
1 changed files with 1 additions and 1 deletions

View File

@ -5234,7 +5234,7 @@ class AgentWizard extends HTML
title: "<?php echo __('Modules about to be created'); ?>",
message: function() {
var id = "div-" + uniqId();
var loading = "<?php echo __('Loading'); ?>" + "...";
var loading = "<?php echo __('Loading, this operation might take several minutes...'); ?>";
var datas = {};
let inputs = document.querySelectorAll("input,textarea");