diff options
author | Marcel Klehr <mklehr@gmx.net> | 2023-07-28 16:07:38 +0200 |
---|---|---|
committer | Julien Veyssier <julien-nc@posteo.net> | 2023-08-02 12:37:36 +0200 |
commit | ff39466e4fc89f38a138dac97ba11df48d3325bb (patch) | |
tree | ace3ea58397adc6e6e7cd8e4399e15229778e6a9 /apps/settings/src/components/AdminAI.vue | |
parent | 3ca44282d05f615185437884a5a5b2ba3821c26d (diff) | |
download | nextcloud-server-ff39466e4fc89f38a138dac97ba11df48d3325bb.tar.gz nextcloud-server-ff39466e4fc89f38a138dac97ba11df48d3325bb.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>
Diffstat (limited to 'apps/settings/src/components/AdminAI.vue')
-rw-r--r-- | apps/settings/src/components/AdminAI.vue | 2 |
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> |