summaryrefslogtreecommitdiffstats
path: root/apps/settings
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2023-07-28 16:07:38 +0200
committerMarcel Klehr <mklehr@gmx.net>2023-08-09 10:27:59 +0200
commitdbcfef1335e8a0b4590462e5ae3325a0c4234c2c (patch)
tree7fcfeb85bc0a75b44881c840f17ebfddb7ffbee9 /apps/settings
parentd13ceb3a41cc862bfc6171ba9de160cb0f6f0cb4 (diff)
downloadnextcloud-server-dbcfef1335e8a0b4590462e5ae3325a0c4234c2c.tar.gz
nextcloud-server-dbcfef1335e8a0b4590462e5ae3325a0c4234c2c.zip
Update apps/settings/src/components/AdminAI.vue
Co-authored-by: Julien Veyssier <julien-nc@posteo.net> Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit ff39466e4fc89f38a138dac97ba11df48d3325bb)
Diffstat (limited to 'apps/settings')
-rw-r--r--apps/settings/src/components/AdminAI.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/src/components/AdminAI.vue b/apps/settings/src/components/AdminAI.vue
index edd79b49ccd..2020a4b7123 100644
--- a/apps/settings/src/components/AdminAI.vue
+++ b/apps/settings/src/components/AdminAI.vue
@@ -22,7 +22,7 @@
</template>
<template v-if="sttProviders.length === 0">
<NcCheckboxRadioSwitch disabled type="radio">
- {{ t('settings', 'No apps are currently installed that provide Speech-To-Text functionality') }}
+ {{ t('settings', 'None of your currently installed apps provide Speech-To-Text functionality') }}
</NcCheckboxRadioSwitch>
</template>
</NcSettingsSection>