From 66c152754db48f80ed27a58177f869f790e4e933 Mon Sep 17 00:00:00 2001 From: Nathan Mattes Date: Tue, 2 Jan 2024 11:42:07 +0100 Subject: [PATCH] Add missing localization (IOS-5) --- Mastodon/Scene/Profile/ProfileViewController.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)