Skip to content

Commit ef4b8d6

Browse files
committed
Update SettingsPanel.swift
1 parent 7a26e63 commit ef4b8d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/Frontend/Home/SettingsPanel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class SettingsPanel: UIViewController, ToolbarViewProtocol,
5353
let labelName = UILabel()
5454
labelName.textColor = UIColor.whiteColor()
5555
labelName.font = UIFont(name: "FiraSans-SemiBold", size: 20)
56-
labelName.text = "ROLLO TOMASI"
56+
labelName.text = "ROLLO TOMASI (3)"
5757
userContainer.addSubview(labelName)
5858
labelName.snp_makeConstraints { make in
5959
make.leading.equalTo(self.avatarImageView.snp_trailing)

0 commit comments

Comments
 (0)