Skip to content

Commit 8f471ea

Browse files
authored
Update modules/markup/html.go
1 parent 42a57bf commit 8f471ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/markup/html.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ func fullIssuePatternProcessor(ctx *RenderContext, node *html.Node) {
831831
if locale, ok := ctx.Ctx.Value(translation.ContextKey).(translation.Locale); ok {
832832
text += " " + locale.Tr("repo.from_comment")
833833
} else {
834-
text += " " + " (comment)"
834+
text += " (comment)"
835835
}
836836
}
837837

0 commit comments

Comments
 (0)