Amélioration du message de confirmation

This commit is contained in:
Vincent Vandemeulebrouck 2022-11-28 12:03:49 +01:00
parent 431d3199db
commit 7045b6d8e1
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ export class RdDConfirm {
return {
"actionSave": {
icon: '<i class="fas fa-user-check"></i>',
label: "Toujours "+ options.buttonLabel.toLowerCase(),
label: options.buttonLabel + "<br>et ne plus demander",
callback: () => {
ReglesOptionelles.set(options.settingConfirmer, false);
options.onAction();