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 32810c2 commit c0e58cbCopy full SHA for c0e58cb
โFitfty/Projects/MainFeed/Sources/Main/Welcome/ViewController/WelcomeViewController.swiftโ
@@ -61,7 +61,7 @@ public class WelcomeViewController: UIViewController {
61
62
private lazy var welcomeLabel: UILabel = {
63
let label = UILabel()
64
- label.text = "User๋ ์๋ ํ์ธ์?\nํํํฐ์ ์ค์ ๊ฑธ ํ์ํด์."
+ label.text = "์๋ ์๋ ํ์ธ์?\nํํํฐ์ ์ค์ ๊ฑธ ํ์ํด์."
65
label.textAlignment = .left
66
label.textColor = .black
67
label.numberOfLines = 2
0 commit comments