mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
improve modal system, test when a modal call next modal
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user