mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-01-23 22:11:22 +01:00
Add missing localization (IOS-5)
This commit is contained in:
parent
4322607552
commit
66c152754d
@ -835,8 +835,8 @@ extension ProfileViewController: ProfileHeaderViewControllerDelegate {
|
||||
let domain = user.domainFromAcct
|
||||
|
||||
let alertController = UIAlertController(
|
||||
title: "Unblock domain \(domain)",
|
||||
message: "Really unblock domain \(domain)?!",
|
||||
title: L10n.Scene.Profile.RelationshipActionAlert.ConfirmUnblockDomain.title,
|
||||
message: L10n.Scene.Profile.RelationshipActionAlert.ConfirmUnblockDomain.message(domain),
|
||||
preferredStyle: .alert
|
||||
)
|
||||
let record = ManagedObjectRecord<MastodonUser>(objectID: user.objectID)
|
||||
|
Loading…
Reference in New Issue
Block a user