0
0
Fork 0
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:
rakekniven 2024-09-07 18:57:57 +02:00 committed by Marcel Klehr
parent 784fc4aa3f
commit e6bfd8f213

View file

@ -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>