add space between username and reference in commit event (#1524)

This commit is contained in:
Ryan Nystrom
2018-02-16 20:10:24 -05:00
committed by GitHub
parent cdcafcc10a
commit afb9dccf50

View File

@@ -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,