aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 d8eb8fbaad6..8cc8d8db8da 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 custom text processing functionality.') }}
</NcNoteCard>
</template>
</NcSettingsSection>