From a92237fc8bfb4816fd70540ebbde03b2eccf5377 Mon Sep 17 00:00:00 2001 From: ggurdin Date: Mon, 16 Jun 2025 14:12:49 -0400 Subject: [PATCH] chore: update transcription error message --- lib/l10n/intl_en.arb | 3 ++- lib/pangea/toolbar/widgets/overlay_message.dart | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/l10n/intl_en.arb b/lib/l10n/intl_en.arb index 50166f59f..09c40f998 100644 --- a/lib/l10n/intl_en.arb +++ b/lib/l10n/intl_en.arb @@ -5016,5 +5016,6 @@ "directMessage": "Direct Message", "newDirectMessage": "New direct message", "speakingExercisesTooltip": "Speaking practice", - "noChatsFoundHereYet": "No chats found here yet" + "noChatsFoundHereYet": "No chats found here yet", + "transcriptionFailed": "Failed to transcribe audio" } \ No newline at end of file diff --git a/lib/pangea/toolbar/widgets/overlay_message.dart b/lib/pangea/toolbar/widgets/overlay_message.dart index ed2f8b71e..b6633b0c6 100644 --- a/lib/pangea/toolbar/widgets/overlay_message.dart +++ b/lib/pangea/toolbar/widgets/overlay_message.dart @@ -160,7 +160,7 @@ class OverlayMessage extends StatelessWidget { ), const SizedBox(width: 8), Text( - L10n.of(context).oopsSomethingWentWrong, + L10n.of(context).transcriptionFailed, style: AppConfig.messageTextStyle( event, textColor,