Add missing localization (IOS-5)

This commit is contained in:
Nathan Mattes 2024-01-02 11:42:07 +01:00
parent 4322607552
commit 66c152754d
1 changed files with 2 additions and 2 deletions

View File

@ -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)