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

chore(i18n): adapted lowercase
pull/47852/head
Marcel Klehr 2 years ago committed by GitHub
commit 1fa674d907
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      apps/settings/src/components/AdminAI.vue
  2. 4
      dist/settings-vue-settings-admin-ai.js
  3. 2
      dist/settings-vue-settings-admin-ai.js.map

@ -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
Loading…
Cancel
Save