From: Dessalines Date: Sat, 30 Jul 2022 03:38:10 +0000 (-0400) Subject: Fix suggested post title html. Fixes #691 (#717) X-Git-Url: http://these/git/%7Bthis.favIcon%7D?a=commitdiff_plain;h=b2cab8d126e829cc79aa850286219f07f958ef5d;p=lemmy-ui.git Fix suggested post title html. Fixes #691 (#717) --- diff --git a/src/shared/components/post/post-form.tsx b/src/shared/components/post/post-form.tsx index 4adab8f..dde1cb4 100644 --- a/src/shared/components/post/post-form.tsx +++ b/src/shared/components/post/post-form.tsx @@ -197,9 +197,7 @@ export class PostForm extends Component { role="button" onClick={linkEvent(this, this.copySuggestedTitle)} > - {i18n.t("copy_suggested_title", { - title, - })} + {i18n.t("copy_suggested_title", { title: "" })} {title} ), none: <>,