We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a26e63 commit ef4b8d6Copy full SHA for ef4b8d6
Client/Frontend/Home/SettingsPanel.swift
@@ -53,7 +53,7 @@ class SettingsPanel: UIViewController, ToolbarViewProtocol,
53
let labelName = UILabel()
54
labelName.textColor = UIColor.whiteColor()
55
labelName.font = UIFont(name: "FiraSans-SemiBold", size: 20)
56
- labelName.text = "ROLLO TOMASI"
+ labelName.text = "ROLLO TOMASI (3)"
57
userContainer.addSubview(labelName)
58
labelName.snp_makeConstraints { make in
59
make.leading.equalTo(self.avatarImageView.snp_trailing)
0 commit comments