2
2
mirror of https://github.com/mastodon/mastodon-ios synced 2025-04-11 22:58:02 +02:00

Fix title

This commit is contained in:
Nathan Mattes 2023-11-09 11:52:31 +01:00
parent 83e45847fe
commit f3a7fe8320

View File

@ -43,7 +43,7 @@ final class FollowerListViewController: UIViewController, NeedsDependency {
super.init(nibName: nil, bundle: nil)
title = L10n.Scene.Following.title
title = L10n.Scene.Follower.title
view.backgroundColor = .secondarySystemBackground