Archived
2
0
Fork 0

Show error message if video cannot be loaded (#1879)

This commit is contained in:
Isabelle Knott 2017-04-15 19:12:47 -04:00 committed by Eugen
parent 0f8b7d0660
commit 911338bdcc
3 changed files with 24 additions and 6 deletions

View file

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