mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-01-05 13:27:36 +01:00
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 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()
|
||||
|
Loading…
Reference in New Issue
Block a user