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

chore: update transcription error message
pull/2245/head
ggurdin 5 months ago committed by GitHub
commit 197b36bbfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

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

Loading…
Cancel
Save