about summary refs log tree commit diff
path: root/app/javascript/mastodon/features/report/components/status_check_box.js
diff options
context:
space:
mode:
authorM Somerville <dracos@users.noreply.github.com>2018-08-24 22:55:41 +0100
committerEugen Rochko <eugen@zeonfederated.com>2018-08-24 23:55:41 +0200
commitac092d03e7a781d27aff9cb9ea4637be9c5f2a2a (patch)
treec14be2cc463dc68917a965ecd267922cb35aed1f /app/javascript/mastodon/features/report/components/status_check_box.js
parent869a3af3c0a5b441c09ddd028247cc8f2c4fa4df (diff)
Add missing video descriptions (#8416)
* Pass through video description as necessary.

* Add title to video, matching aria-label.
Diffstat (limited to 'app/javascript/mastodon/features/report/components/status_check_box.js')
-rw-r--r--app/javascript/mastodon/features/report/components/status_check_box.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/mastodon/features/report/components/status_check_box.js b/app/javascript/mastodon/features/report/components/status_check_box.js
index 9ff75a082..2552d94d8 100644
--- a/app/javascript/mastodon/features/report/components/status_check_box.js
+++ b/app/javascript/mastodon/features/report/components/status_check_box.js
@@ -36,6 +36,7 @@ export default class StatusCheckBox extends React.PureComponent {
               <Component
                 preview={video.get('preview_url')}
                 src={video.get('url')}
+                alt={video.get('description')}
                 width={239}
                 height={110}
                 inline