aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src
diff options
context:
space:
mode:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2024-09-07 09:07:42 +0200
committerMarcel Klehr <mklehr@gmx.net>2024-09-09 09:50:59 +0200
commit784fc4aa3fb278b758b88a8374713b2b64ff6d22 (patch)
treeeefc1d5e97c9898aca961526fec6be8301872c65 /apps/settings/src
parenta2cfcf3ca71cf748d8507f8ac490df89405b2a68 (diff)
downloadnextcloud-server-784fc4aa3fb278b758b88a8374713b2b64ff6d22.tar.gz
nextcloud-server-784fc4aa3fb278b758b88a8374713b2b64ff6d22.zip
chore(i18n): adapted lowercase
Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Diffstat (limited to 'apps/settings/src')
-rw-r--r--apps/settings/src/components/AdminAI.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/src/components/AdminAI.vue b/apps/settings/src/components/AdminAI.vue
index d8eb8fbaad6..8cc8d8db8da 100644
--- a/apps/settings/src/components/AdminAI.vue
+++ b/apps/settings/src/components/AdminAI.vue
@@ -93,7 +93,7 @@
<template v-if="tpTaskTypes.length === 0">
<NcNoteCard type="info">
<!-- TRANSLATORS Text processing is the name of a Nextcloud-internal API -->
- {{ t('settings', 'None of your currently installed apps provide custom Text processing functionality.') }}
+ {{ t('settings', 'None of your currently installed apps provide custom text processing functionality.') }}
</NcNoteCard>
</template>
</NcSettingsSection>