Maksim Sukharev
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/components/ConversationSettings/LiveTranscriptionSettings.vue
|
|
|
@ -40,7 +40,7 @@ const placeholder = computed(() => { |
|
|
|
} |
|
|
|
|
|
|
|
if (!languageOptions.value.length) { |
|
|
|
return t('spreed', 'Loading languages') |
|
|
|
return t('spreed', 'Loading languages …') |
|
|
|
} |
|
|
|
|
|
|
|
if (conversation.value.liveTranscriptionLanguageId && !selectedOption.value) { |
|
|
|
|