Skip to content

Commit 429c8d3

Browse files
authored
Merge pull request #15764 from nextcloud/rakekniven-patch-1
2 parents 140fa1c + 347eb93 commit 429c8d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ConversationSettings/LiveTranscriptionSettings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const placeholder = computed(() => {
4040
}
4141
4242
if (!languageOptions.value.length) {
43-
return t('spreed', 'Loading languages')
43+
return t('spreed', 'Loading languages …')
4444
}
4545
4646
if (conversation.value.liveTranscriptionLanguageId && !selectedOption.value) {

0 commit comments

Comments
 (0)