remove embed prefix until a translation can be added

This commit is contained in:
David Palmer 2023-06-22 12:23:36 +12:00
parent 5109118525
commit 924e670699
No known key found for this signature in database
GPG key ID: A5B29F556187B3DE

View file

@ -80,7 +80,7 @@ export class MetadataCard extends Component<
allowFullScreen allowFullScreen
className="post-metadata-iframe" className="post-metadata-iframe"
src={post.embed_video_url} src={post.embed_video_url}
title={"Embedded Video: " + post.embed_title} title={post.embed_title}
></iframe> ></iframe>
</div> </div>
)} )}