mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-26 06:11:15 +00:00
parent
5b682271ad
commit
b2cab8d126
1 changed files with 1 additions and 3 deletions
|
@ -197,9 +197,7 @@ export class PostForm extends Component<PostFormProps, PostFormState> {
|
||||||
role="button"
|
role="button"
|
||||||
onClick={linkEvent(this, this.copySuggestedTitle)}
|
onClick={linkEvent(this, this.copySuggestedTitle)}
|
||||||
>
|
>
|
||||||
{i18n.t("copy_suggested_title", {
|
{i18n.t("copy_suggested_title", { title: "" })} {title}
|
||||||
title,
|
|
||||||
})}
|
|
||||||
</div>
|
</div>
|
||||||
),
|
),
|
||||||
none: <></>,
|
none: <></>,
|
||||||
|
|
Loading…
Reference in a new issue