From: David Palmer Date: Thu, 22 Jun 2023 00:23:36 +0000 (+1200) Subject: remove embed prefix until a translation can be added X-Git-Url: http://these/git/%24%7Bsrc%7D?a=commitdiff_plain;h=924e6706993c5d291aa9f269ad933d83da4a4147;p=lemmy-ui.git remove embed prefix until a translation can be added --- diff --git a/src/shared/components/post/metadata-card.tsx b/src/shared/components/post/metadata-card.tsx index 0b28b28..bc6576a 100644 --- a/src/shared/components/post/metadata-card.tsx +++ b/src/shared/components/post/metadata-card.tsx @@ -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} > )}