Skip to content

Commit

Permalink
"Appointment schedule" (and "Create new"), 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 9b725f4 commit d94d33c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/AppNavigation/AppointmentConfigList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
<div v-if="hasAtLeastOneCalendar"
class="appointment-config-list">
<AppNavigationCaption class="appointment-config-list__caption"
:name="t('calendar', 'Appointment request forms')">
:name="t('calendar', 'Appointment schedule')">
<template v-if="hasUserEmailAddress"
#actions>
<ActionButton :close-after-click="true"
@click="showModalForNewConfig = true">
<template #icon>
<PlusIcon :size="20" decorative />
</template>
{{ t('calendar', 'Add new') }}
{{ t('calendar', 'Create new') }}
</ActionButton>
</template>
</AppNavigationCaption>
Expand Down

0 comments on commit d94d33c

Please sign in to comment.