feat: add i18n words for profile "Follows You" indicator

This commit is contained in:
CMK 2022-07-15 04:20:57 +08:00
parent d4ed7105da
commit 8835531a0e
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ final class ProfileHeaderView: UIView {
let followsYouLabel: UILabel = {
let label = UILabel()
label.font = UIFont.systemFont(ofSize: 15, weight: .regular)
label.text = "Follows You" // TODO: i18n
label.text = L10n.Scene.Profile.Header.followsYou
return label
}()
let followsYouMaskView = UIView()