1
0
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:
Nathan Mattes 2024-01-02 11:42:07 +01:00
parent 4322607552
commit 66c152754d

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)