logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 44a3584e2d54488393e6f50e482ed61d2765e312
parent: 831386977ea6abb5c5a1f6bf0735a81c4fbedb39
Author: Yamagishi Kazutoshi <ykzts@desire.sh>
Date:   Fri, 12 May 2017 21:43:06 +0900

Remove unnecessary message in video player (#3007)

Remove unnecessary messages added in #1879.
It is duplicated with other keys, causing the correct message not to be displayed.

Diffstat:

Mapp/javascript/mastodon/components/video_player.js1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/app/javascript/mastodon/components/video_player.js b/app/javascript/mastodon/components/video_player.js @@ -9,7 +9,6 @@ const messages = defineMessages({ toggle_sound: { id: 'video_player.toggle_sound', defaultMessage: 'Toggle sound' }, toggle_visible: { id: 'video_player.toggle_visible', defaultMessage: 'Toggle visibility' }, expand_video: { id: 'video_player.expand', defaultMessage: 'Expand video' }, - expand_video: { id: 'video_player.video_error', defaultMessage: 'Video could not be played' } }); class VideoPlayer extends React.PureComponent {