fix: remove old croudsourcing translation for videos (#42880)

This commit is contained in:
Sem Bauke
2021-07-16 14:43:16 +02:00
committed by GitHub
parent 67de105117
commit 1f9aa2f28b

View File

@ -241,20 +241,6 @@ class ShowVideo extends Component<ShowVideoProps, ShowVideoState> {
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
videoId={videoId} videoId={videoId}
/> />
<i>
<a
href={
'https://www.youtube.com/timedtext_editor?action_mde_edit_form=1&v=' +
videoId +
'&lang=en&bl=watch&ui=hd&ref=wt&tab=captions'
}
rel='noopener noreferrer'
target='_blank'
>
{t('learn.add-subtitles')}
</a>
.
</i>
</div> </div>
</Col> </Col>
<Col md={8} mdOffset={2} sm={10} smOffset={1} xs={12}> <Col md={8} mdOffset={2} sm={10} smOffset={1} xs={12}>