Show error message if video cannot be loaded (#1879)
This commit is contained in:
parent
0f8b7d0660
commit
911338bdcc
3 changed files with 24 additions and 6 deletions
|
@ -129,6 +129,7 @@ const en = {
|
|||
"video_player.toggle_sound": "Toggle sound",
|
||||
"video_player.toggle_visible": "Toggle visibility",
|
||||
"video_player.expand": "Expand video",
|
||||
"video_player.video_error": "Video could not be played",
|
||||
};
|
||||
|
||||
export default en;
|
||||
|
|
Reference in a new issue