chore: update transcription error message
This commit is contained in:
parent
fec4854a66
commit
a92237fc8b
2 changed files with 3 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue