Skip to content

Commit

Permalink
"Appointment schedule", like Google
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
  • Loading branch information
Jerome-Herbinet committed Sep 25, 2024
1 parent 0a794a5 commit b655bbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/AppointmentConfigModal/Confirmation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b655bbd

Please sign in to comment.