mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Update apps/settings/src/components/AdminAI.vue
Co-authored-by: Julien Veyssier <julien-nc@posteo.net> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
3ca44282d0
commit
ff39466e4f
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue