Skip to content

Commit

Permalink
Update Confirmation.vue
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Herbinet <[email protected]>
  • Loading branch information
Jerome-Herbinet authored Sep 25, 2024
1 parent 39554f2 commit 56ec6ed
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 was created successfully')
return this.$t('calendar', 'Appointment request form successfully created')

Check warning on line 52 in src/components/AppointmentConfigModal/Confirmation.vue

View check run for this annotation

Codecov / codecov/patch

src/components/AppointmentConfigModal/Confirmation.vue#L52

Added line #L52 was not covered by tests
}
return this.$t('calendar', 'Appointment was updated successfully')
return this.$t('calendar', 'Appointment request form successfully updated')
},
showCopyLinkButton() {
return navigator && navigator.clipboard
Expand Down

0 comments on commit 56ec6ed

Please sign in to comment.