mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-05-30 04:07:44 +08:00
add space between username and reference in commit event (#1524)
This commit is contained in:
@@ -45,7 +45,7 @@ final class IssueReferencedCommitModel: ListDiffable {
|
||||
]
|
||||
))
|
||||
attributedText.append(NSAttributedString(
|
||||
string: NSLocalizedString("referenced ", comment: ""),
|
||||
string: NSLocalizedString(" referenced ", comment: ""),
|
||||
attributes: [
|
||||
.font: Styles.Text.secondary.preferredFont,
|
||||
.foregroundColor: Styles.Colors.Gray.medium.color,
|
||||
|
||||
Reference in New Issue
Block a user