Change toggle RSVP menu label from "Send email" to "Request reply" (Répondez, s’il vous plaît!)

This sort of fixes #4372 by changing the menu label to indicate how the
underlying code reacts to changes. Of course, it does not resolve that
issue by changing the underlying code to react in the way the original label
promises.

Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de>
This commit is contained in:
Claus-Justus Heine 2023-03-30 20:29:51 +02:00 committed by Anna Larch
parent 8d21f8cd8f
commit 566265caf6
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
<Actions v-if="isViewedByOrganizer">
<ActionCheckbox :checked="attendee.rsvp"
@change="toggleRSVP">
{{ $t('calendar', 'Send email') }}
{{ $t('calendar', 'Request reply') }}
</ActionCheckbox>
<ActionRadio :name="radioName"