Change Appointment Config 'name' label

to 'Appointment Name' to avoid translation errors to 'Surname' in UK English

Signed-off-by: Anna Larch <anna@nextcloud.com>
This commit is contained in:
Anna Larch 2022-11-04 13:45:09 +01:00
parent 871b3ef045
commit d4d6b96b50
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
<div class="appointment-config-modal__form">
<fieldset>
<TextInput class="appointment-config-modal__form__row"
:label="t('calendar', 'Name')"
:label="t('calendar', 'Appointment name')"
:value.sync="editing.name" />
<TextInput class="appointment-config-modal__form__row"
:label="t('calendar', 'Location')"