From b655bbd4797ac75c58cef778663711646f4d1639 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 13:47:09 +0200 Subject: [PATCH] "Appointment schedule", like Google 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 3c4b30426..65a1500b4 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 request form successfully created') + return this.$t('calendar', 'Appointment schedule successfully created') } - return this.$t('calendar', 'Appointment request form successfully updated') + return this.$t('calendar', 'Appointment schedule successfully updated') }, showCopyLinkButton() { return navigator && navigator.clipboard