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 <anna@nextcloud.com>2022-11-05 13:40:38 +0300
committerGitHub <noreply@github.com>2022-11-05 13:40:38 +0300
commit0ade383b2153e97b03f0ec9f42e5d2911f4a8836 (patch)
treec50684a44741a784726b2f86796e89298ab278d0
parent871b3ef04576067bd6c0a307858ccbb0a79f83f5 (diff)
parentd4d6b96b5076ed0616b2c84907b4ff9ee9f5e22e (diff)
Merge pull request #4717 from nextcloud/fix/rename-appointment-name-label
Change Appointment Config 'name' label
-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')"