Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/calendar.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Larch <anna@nextcloud.com>2022-11-04 15:45:09 +0300
committerAnna Larch <anna@nextcloud.com>2022-11-04 15:49:22 +0300
commitd4d6b96b5076ed0616b2c84907b4ff9ee9f5e22e (patch)
treec50684a44741a784726b2f86796e89298ab278d0
parent871b3ef04576067bd6c0a307858ccbb0a79f83f5 (diff)
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>
-rw-r--r--src/components/AppointmentConfigModal.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/AppointmentConfigModal.vue b/src/components/AppointmentConfigModal.vue
index cdf33dcd..abe7dd26 100644
--- a/src/components/AppointmentConfigModal.vue
+++ b/src/components/AppointmentConfigModal.vue
@@ -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')"