Skip to content

Commit

Permalink
fix(settings): Add translators note
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Sep 3, 2024
1 parent 44a5723 commit c8f4967
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/settings/src/components/AdminAI.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c8f4967

Please sign in to comment.