diff options
author | rakekniven <2069590+rakekniven@users.noreply.github.com> | 2024-09-07 18:57:57 +0200 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2024-09-09 08:42:15 +0000 |
commit | 3e4d8c4cb10607f2846ec9958092e61b55859e80 (patch) | |
tree | 56fb5ea4b6eec72ab818860560d9df2b94f4e56f /apps/settings | |
parent | b5bb06957530253b956a09ab73ecb32d70f7d9af (diff) | |
download | nextcloud-server-3e4d8c4cb10607f2846ec9958092e61b55859e80.tar.gz nextcloud-server-3e4d8c4cb10607f2846ec9958092e61b55859e80.zip |
fix: Update AdminAI.vue
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Diffstat (limited to 'apps/settings')
-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 570bbf38575..e8c8f35c1a0 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> |