Merge pull request #47824 from nextcloud/rakekniven-patch-3

chore(i18n): adapted lowercase
This commit is contained in:
Marcel Klehr 2024-09-09 10:40:48 +02:00 committed by GitHub
commit 1fa674d907
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

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>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long