feat: add i18n words for profile "Follows You" indicator
This commit is contained in:
parent
d4ed7105da
commit
8835531a0e
|
@ -78,7 +78,7 @@ final class ProfileHeaderView: UIView {
|
||||||
let followsYouLabel: UILabel = {
|
let followsYouLabel: UILabel = {
|
||||||
let label = UILabel()
|
let label = UILabel()
|
||||||
label.font = UIFont.systemFont(ofSize: 15, weight: .regular)
|
label.font = UIFont.systemFont(ofSize: 15, weight: .regular)
|
||||||
label.text = "Follows You" // TODO: i18n
|
label.text = L10n.Scene.Profile.Header.followsYou
|
||||||
return label
|
return label
|
||||||
}()
|
}()
|
||||||
let followsYouMaskView = UIView()
|
let followsYouMaskView = UIView()
|
||||||
|
|
Loading…
Reference in New Issue