diff options
author | rakekniven <2069590+rakekniven@users.noreply.github.com> | 2024-07-24 11:16:37 +0200 |
---|---|---|
committer | Richard Steinmetz <richard@steinmetz.cloud> | 2024-07-24 21:54:38 +0200 |
commit | a57e3848c6d29077ec6b0d89b9da59f4ad58a77f (patch) | |
tree | 897aecb17ce4acf95306eae1f24b9ac515476a01 /apps/settings/src | |
parent | 57ed738af27d0346c1b20b9d188079f3eda0b094 (diff) | |
download | nextcloud-server-a57e3848c6d29077ec6b0d89b9da59f4ad58a77f.tar.gz nextcloud-server-a57e3848c6d29077ec6b0d89b9da59f4ad58a77f.zip |
chore(i18n): Changed wording to singular
Reported at Transifex
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to 'apps/settings/src')
-rw-r--r-- | apps/settings/src/components/PersonalInfo/FirstDayOfWeekSection.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/src/components/PersonalInfo/FirstDayOfWeekSection.vue b/apps/settings/src/components/PersonalInfo/FirstDayOfWeekSection.vue index 32c49c52254..6a261772dc1 100644 --- a/apps/settings/src/components/PersonalInfo/FirstDayOfWeekSection.vue +++ b/apps/settings/src/components/PersonalInfo/FirstDayOfWeekSection.vue @@ -8,7 +8,7 @@ <HeaderBar :input-id="inputId" :readable="propertyReadable" /> - <NcSelect :aria-label-listbox="t('settings', 'Days to use as the first day of week')" + <NcSelect :aria-label-listbox="t('settings', 'Day to use as the first day of week')" class="fdow-section__day-select" :clearable="false" :input-id="inputId" |