diff --git a/src/main/resources/messages.properties b/src/main/resources/messages.properties index a8382c8..9c8c872 100644 --- a/src/main/resources/messages.properties +++ b/src/main/resources/messages.properties @@ -30,3 +30,6 @@ authentication.placeholder.login=Username authentication.label.password=Password: authentication.placeholder.password=Password authentication.button.submit=Login +animal_list.delete.modal_body=Do you want to delete this animal? +animal_list.delete.modal_button_yes=Yes +animal_list.delete.modal_button_no=No diff --git a/src/main/resources/messages_en.properties b/src/main/resources/messages_en.properties index f86d7cb..46350fc 100644 --- a/src/main/resources/messages_en.properties +++ b/src/main/resources/messages_en.properties @@ -30,3 +30,6 @@ authentication.placeholder.login=Username authentication.label.password=Password: authentication.placeholder.password=Password authentication.button.submit=Login +animal_list.delete.modal_body=Do you want to delete this animal? +animal_list.delete.modal_button_yes=Yes +animal_list.delete.modal_button_no=No diff --git a/src/main/resources/messages_fr.properties b/src/main/resources/messages_fr.properties index 593f9db..4636052 100644 --- a/src/main/resources/messages_fr.properties +++ b/src/main/resources/messages_fr.properties @@ -30,3 +30,6 @@ authentication.placeholder.login=Nom d'utilisateur authentication.label.password=Mot de passe : authentication.placeholder.password=Mot de passe authentication.button.submit=Connexion +animal_list.delete.modal_body=Voulez-vous vraiment supprimer cet animal ? +animal_list.delete.modal_button_yes=Oui +animal_list.delete.modal_button_no=Non diff --git a/src/main/webapp/vue/animal_list.jsp b/src/main/webapp/vue/animal_list.jsp index 0dc146a..eac05e7 100644 --- a/src/main/webapp/vue/animal_list.jsp +++ b/src/main/webapp/vue/animal_list.jsp @@ -41,20 +41,21 @@ ${animal.getName()} - +