aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2024-09-07 09:07:42 +0200
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2024-09-09 08:42:15 +0000
commitb5bb06957530253b956a09ab73ecb32d70f7d9af (patch)
treece5ea8436c88f0583db8147647639bd87623e420
parent8f6620d5529a7e914c4990b2075e120335c49172 (diff)
downloadnextcloud-server-b5bb06957530253b956a09ab73ecb32d70f7d9af.tar.gz
nextcloud-server-b5bb06957530253b956a09ab73ecb32d70f7d9af.zip
chore(i18n): adapted lowercase
Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
-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 33587fa051d..570bbf38575 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>