aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src
diff options
context:
space:
mode:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2024-07-24 11:16:37 +0200
committerRichard Steinmetz <richard@steinmetz.cloud>2024-07-24 21:54:38 +0200
commita57e3848c6d29077ec6b0d89b9da59f4ad58a77f (patch)
tree897aecb17ce4acf95306eae1f24b9ac515476a01 /apps/settings/src
parent57ed738af27d0346c1b20b9d188079f3eda0b094 (diff)
downloadnextcloud-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.vue2
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"