fix(settings): Add translators note

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
pull/47659/head
Marcel Klehr 1 year ago
parent 44a5723973
commit c8f4967ce2
  1. 1
      apps/settings/src/components/AdminAI.vue

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

Loading…
Cancel
Save