aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2024-09-07 18:57:57 +0200
committerMarcel Klehr <mklehr@gmx.net>2024-09-09 09:53:39 +0200
commite6bfd8f2137c63d998654901284059c0a7660b87 (patch)
tree400e182595e215c144dc5fb922123a12ae828317 /apps
parent784fc4aa3fb278b758b88a8374713b2b64ff6d22 (diff)
downloadnextcloud-server-e6bfd8f2137c63d998654901284059c0a7660b87.tar.gz
nextcloud-server-e6bfd8f2137c63d998654901284059c0a7660b87.zip
fix: Update AdminAI.vue
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Diffstat (limited to 'apps')
-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 8cc8d8db8da..28fdd7830d7 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 text processing functionality using the Text Processing API.') }}
</NcNoteCard>
</template>
</NcSettingsSection>