mirror of
https://github.com/nextcloud/server.git
synced 2026-07-02 22:51:23 -04:00
fix(settings): Add translators note
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue