Merge pull request #3080 from pangeachat/3064-use-different-error-description-when-audio-cant-be-transcribed

chore: update transcription error message
This commit is contained in:
ggurdin 2025-06-16 14:13:20 -04:00 committed by GitHub
commit 197b36bbfb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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,