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 ff39466e4f)
This commit is contained in:
Marcel Klehr 2023-07-28 16:07:38 +02:00
parent d13ceb3a41
commit dbcfef1335

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>