mirror of
https://github.com/nextcloud/server.git
synced 2025-03-17 17:53:16 +00:00
fix: Update AdminAI.vue
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
parent
784fc4aa3f
commit
e6bfd8f213
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue