aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src/components/AdminAI.vue
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2024-09-02 14:13:25 +0200
committerMarcel Klehr <mklehr@gmx.net>2024-09-03 10:03:23 +0200
commitc8f4967ce2a41c19ab17665e3330183b4a133dab (patch)
tree94105d2bb0f50c5c7cf991572f789b13bb3cd9cc /apps/settings/src/components/AdminAI.vue
parent44a5723973ad93e340fdbc2810c975e667f1e51e (diff)
downloadnextcloud-server-c8f4967ce2a41c19ab17665e3330183b4a133dab.tar.gz
nextcloud-server-c8f4967ce2a41c19ab17665e3330183b4a133dab.zip
fix(settings): Add translators note
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Diffstat (limited to 'apps/settings/src/components/AdminAI.vue')
-rw-r--r--apps/settings/src/components/AdminAI.vue1
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>