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 d94d33c commit 0a794a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/AppointmentConfigModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,10 @@ export default {
...mapStores(useAppointmentConfigsStore, useCalendarsStore, useSettingsStore),
formTitle() {
if (this.isNew) {
return this.$t('calendar', 'Create appointment request form')
return this.$t('calendar', 'Create appointment schedule')
}
return this.$t('calendar', 'Edit appointment request form')
return this.$t('calendar', 'Edit appointment schedule')
},
saveButtonText() {
if (this.isNew) {
Expand Down

0 comments on commit 0a794a5

Please sign in to comment.