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:
Marcel Klehr 2023-07-28 16:07:38 +02:00 committed by Julien Veyssier
parent 3ca44282d0
commit ff39466e4f
No known key found for this signature in database
GPG key ID: 4141FEE162030638

View 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>