Skip to content
Snippets Groups Projects
Commit 5e5e114c authored by Kevin Paxman's avatar Kevin Paxman Committed by Eric Bremner
Browse files

ISTWCMS-7180: make video play button not say pause

parent 581e727a
No related branches found
No related tags found
1 merge request!236Feature/istwcms 7180 kpaxman video pause
......@@ -28,7 +28,7 @@
$(this).removeClass('uw-video-pause');
$(this).addClass('uw-video-play');
$(this).attr('aria-label', 'Play');
$(this).attr('title', 'Pause video autoplay');
$(this).attr('title', 'Resume video autoplay');
}
});
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment