]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update apps/settings/src/components/AdminAI.vue
authorMarcel Klehr <mklehr@gmx.net>
Fri, 28 Jul 2023 14:07:38 +0000 (16:07 +0200)
committerMarcel Klehr <mklehr@gmx.net>
Wed, 9 Aug 2023 08:27:59 +0000 (10:27 +0200)
Co-authored-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
(cherry picked from commit ff39466e4fc89f38a138dac97ba11df48d3325bb)

apps/settings/src/components/AdminAI.vue

index edd79b49ccd7220bc55304f17c72a38b9308ec18..2020a4b71238d7eeee0b965fa682070b86a0f261 100644 (file)
@@ -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>