diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-08-27 17:40:25 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2018-08-27 20:21:23 +0200 |
commit | 937cd03a9a9f31bb794aa90fced668b8b902ec86 (patch) | |
tree | 13e031edc96f13a2b387b72be1627c666d939c41 /app/javascript/flavours/glitch/features/report/components | |
parent | 3106c81b1e96cdcb5de9afa3507f344dc11705a3 (diff) |
[Glitch] Add missing video descriptions
Port ac092d03e7a781d27aff9cb9ea4637be9c5f2a2a to glitch-soc
Diffstat (limited to 'app/javascript/flavours/glitch/features/report/components')
-rw-r--r-- | app/javascript/flavours/glitch/features/report/components/status_check_box.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/features/report/components/status_check_box.js b/app/javascript/flavours/glitch/features/report/components/status_check_box.js index a685132b0..d674eecf9 100644 --- a/app/javascript/flavours/glitch/features/report/components/status_check_box.js +++ b/app/javascript/flavours/glitch/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 |