Merge pull request #47838 from nextcloud/backport/47824/stable30

[stable30] chore(i18n): adapted lowercase
This commit is contained in:
Andy Scherzinger 2024-09-15 21:22:12 +02:00 committed by GitHub
commit 9686d41a5e
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