Skip to content

Commit

Permalink
Update SettingsPanel.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
st3fan committed Feb 18, 2015
1 parent 7a26e63 commit ef4b8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/Frontend/Home/SettingsPanel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class SettingsPanel: UIViewController, ToolbarViewProtocol,
let labelName = UILabel()
labelName.textColor = UIColor.whiteColor()
labelName.font = UIFont(name: "FiraSans-SemiBold", size: 20)
labelName.text = "ROLLO TOMASI"
labelName.text = "ROLLO TOMASI (3)"
userContainer.addSubview(labelName)
labelName.snp_makeConstraints { make in
make.leading.equalTo(self.avatarImageView.snp_trailing)
Expand Down

0 comments on commit ef4b8d6

Please sign in to comment.