From 56ec6eda0f05b693fa4e42f4f3cbf22bb8126fb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Herbinet?= <33763786+Jerome-Herbinet@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:51:13 +0200 Subject: [PATCH] Update Confirmation.vue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> --- src/components/AppointmentConfigModal/Confirmation.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/AppointmentConfigModal/Confirmation.vue b/src/components/AppointmentConfigModal/Confirmation.vue index 420957a84..3c4b30426 100644 --- a/src/components/AppointmentConfigModal/Confirmation.vue +++ b/src/components/AppointmentConfigModal/Confirmation.vue @@ -49,10 +49,10 @@ export default { computed: { title() { if (this.isNew) { - return this.$t('calendar', 'Appointment was created successfully') + return this.$t('calendar', 'Appointment request form successfully created') } - return this.$t('calendar', 'Appointment was updated successfully') + return this.$t('calendar', 'Appointment request form successfully updated') }, showCopyLinkButton() { return navigator && navigator.clipboard