improve modal system, test when a modal call next modal

This commit is contained in:
2021-04-29 15:42:31 +02:00
parent 6939b4a313
commit 25bd170f6b
4 changed files with 17 additions and 7 deletions

View File

@@ -34,7 +34,10 @@ const messages = {
showModal: "Ouvrir une modale",
ok: "OK",
cancel: "Annuler",
close: "Fermer"
close: "Fermer",
next: "Suivant",
previous: "Précédent",
back: "Retour"
}
}
};