fix(settings): Add translators note

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
pull/47659/head
Marcel Klehr 2024-09-02 14:13:25 +07:00
parent 44a5723973
commit c8f4967ce2
1 changed files with 1 additions and 0 deletions

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