Skip to content

Commit 1fa674d

Browse files
authored
Merge pull request #47824 from nextcloud/rakekniven-patch-3
chore(i18n): adapted lowercase
2 parents a2cfcf3 + 19b0792 commit 1fa674d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/settings/src/components/AdminAI.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<template v-if="tpTaskTypes.length === 0">
9494
<NcNoteCard type="info">
9595
<!-- TRANSLATORS Text processing is the name of a Nextcloud-internal API -->
96-
{{ t('settings', 'None of your currently installed apps provide custom Text processing functionality.') }}
96+
{{ t('settings', 'None of your currently installed apps provide text processing functionality using the Text Processing API.') }}
9797
</NcNoteCard>
9898
</template>
9999
</NcSettingsSection>

dist/settings-vue-settings-admin-ai.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/settings-vue-settings-admin-ai.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)