chore: update transcription error message

This commit is contained in:
ggurdin 2025-06-16 14:12:49 -04:00
parent fec4854a66
commit a92237fc8b
No known key found for this signature in database
GPG key ID: A01CB41737CBB478
2 changed files with 3 additions and 2 deletions

View file

@ -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"
}

View file

@ -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,