diff --git a/src/components/AdminSettings.vue b/src/components/AdminSettings.vue index a3719561..9eba572b 100644 --- a/src/components/AdminSettings.vue +++ b/src/components/AdminSettings.vue @@ -19,68 +19,68 @@ @update:checked="onCheckboxChanged($event, 'assistant_enabled')">
{{ t('assistant', 'Top-right assistant') }} -
- - - {{ t('assistant', 'To be able to use this feature, please install at least one AI text processing provider.') }} - -
+ + {{ t('assistant', 'To be able to use this feature, please install at least one AI task processing provider.') }} +
{{ t('assistant', 'AI text generation smart picker') }} -
- - - {{ t('assistant', 'To enable this feature, please install an AI text processing provider for the free prompt task type:') }} - - -
+ +
+ + {{ t('assistant', 'To enable this feature, please install an AI task processing provider for the free prompt task type:') }} + + +
+
{{ t('assistant', 'Text-to-image smart picker') }} -
- - - {{ t('assistant', 'To enable this feature, please install a text-to-image provider:') }} - - -
+ +
+ + {{ t('assistant', 'To enable this feature, please install a text-to-image provider:') }} + + +
+
{{ t('assistant', 'Speech-to-text smart picker') }} -
- - - {{ t('assistant', 'To enable this feature, please install a speech-to-text provider:') }} - - -
+ +
+ + {{ t('assistant', 'To enable this feature, please install a speech-to-text provider:') }} + + +
+

@@ -145,7 +145,6 @@