mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-02-03 02:37:37 +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 domain = user.domainFromAcct
|
||||||
|
|
||||||
let alertController = UIAlertController(
|
let alertController = UIAlertController(
|
||||||
title: "Unblock domain \(domain)",
|
title: L10n.Scene.Profile.RelationshipActionAlert.ConfirmUnblockDomain.title,
|
||||||
message: "Really unblock domain \(domain)?!",
|
message: L10n.Scene.Profile.RelationshipActionAlert.ConfirmUnblockDomain.message(domain),
|
||||||
preferredStyle: .alert
|
preferredStyle: .alert
|
||||||
)
|
)
|
||||||
let record = ManagedObjectRecord<MastodonUser>(objectID: user.objectID)
|
let record = ManagedObjectRecord<MastodonUser>(objectID: user.objectID)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user