Show errror dialog when audio recording not supported
Better handling of issue #92.
This commit is contained in:
parent
c9f237d8c1
commit
b7b1f201e8
2 changed files with 70 additions and 18 deletions
|
|
@ -167,7 +167,9 @@
|
|||
"voice_recorder": {
|
||||
"swipe_to_cancel": "Swipe to cancel",
|
||||
"release_to_cancel": "Release to cancel",
|
||||
"failed_to_record": "Failed to record audio"
|
||||
"failed_to_record": "Failed to record audio",
|
||||
"not_supported_title": "Not supported",
|
||||
"not_supported_text": "Unfortunately, this browser does not support audio recording."
|
||||
},
|
||||
"power_level": {
|
||||
"admin": "administrator",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue