diff options
author | Marcel Klehr <mklehr@gmx.net> | 2023-07-28 16:07:38 +0200 |
---|---|---|
committer | Marcel Klehr <mklehr@gmx.net> | 2023-08-09 10:27:59 +0200 |
commit | dbcfef1335e8a0b4590462e5ae3325a0c4234c2c (patch) | |
tree | 7fcfeb85bc0a75b44881c840f17ebfddb7ffbee9 /apps/settings | |
parent | d13ceb3a41cc862bfc6171ba9de160cb0f6f0cb4 (diff) | |
download | nextcloud-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.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> |