From 347eb93014fba33e75e26a016fdf76e07efda8c1 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Sat, 30 Aug 2025 16:31:05 +0200 Subject: [PATCH] chore(i18n): Add ellipsis Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- .../ConversationSettings/LiveTranscriptionSettings.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ConversationSettings/LiveTranscriptionSettings.vue b/src/components/ConversationSettings/LiveTranscriptionSettings.vue index 520bd51932..32fd783032 100644 --- a/src/components/ConversationSettings/LiveTranscriptionSettings.vue +++ b/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) {