diff --git a/Mastodon/Scene/Profile/ProfileViewController.swift b/Mastodon/Scene/Profile/ProfileViewController.swift index 9fd5e1c02..6fa6c1372 100644 --- a/Mastodon/Scene/Profile/ProfileViewController.swift +++ b/Mastodon/Scene/Profile/ProfileViewController.swift @@ -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(objectID: user.objectID)