mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-12-23 11:21:26 +00:00
remove embed prefix until a translation can be added
This commit is contained in:
parent
5109118525
commit
924e670699
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ export class MetadataCard extends Component<
|
|||
allowFullScreen
|
||||
className="post-metadata-iframe"
|
||||
src={post.embed_video_url}
|
||||
title={"Embedded Video: " + post.embed_title}
|
||||
title={post.embed_title}
|
||||
></iframe>
|
||||
</div>
|
||||
)}
|
||||
|
|
Loading…
Reference in a new issue