diff options
Diffstat (limited to 'apps/settings/src/components/AdminAI.vue')
-rw-r--r-- | apps/settings/src/components/AdminAI.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings/src/components/AdminAI.vue b/apps/settings/src/components/AdminAI.vue index 3ef6a30cdd9..d8eb8fbaad6 100644 --- a/apps/settings/src/components/AdminAI.vue +++ b/apps/settings/src/components/AdminAI.vue @@ -92,6 +92,7 @@ </template> <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.') }} </NcNoteCard> </template> |