We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784fc4a commit 13b6192Copy full SHA for 13b6192
apps/settings/src/components/AdminAI.vue
@@ -93,7 +93,7 @@
93
<template v-if="tpTaskTypes.length === 0">
94
<NcNoteCard type="info">
95
<!-- TRANSLATORS Text processing is the name of a Nextcloud-internal API -->
96
- {{ 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.') }}
97
</NcNoteCard>
98
</template>
99
</NcSettingsSection>
0 commit comments