diff options
author | rakekniven <2069590+rakekniven@users.noreply.github.com> | 2024-09-07 18:57:57 +0200 |
---|---|---|
committer | Marcel Klehr <mklehr@gmx.net> | 2024-09-09 09:53:39 +0200 |
commit | e6bfd8f2137c63d998654901284059c0a7660b87 (patch) | |
tree | 400e182595e215c144dc5fb922123a12ae828317 /apps | |
parent | 784fc4aa3fb278b758b88a8374713b2b64ff6d22 (diff) | |
download | nextcloud-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.vue | 2 |
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> |