From 902e7f6453863ed72d2f5687fcac13c809a98825 Mon Sep 17 00:00:00 2001 From: Konstantin Pastbin Date: Fri, 22 Aug 2025 13:11:54 +0700 Subject: [PATCH] Revert "[ios] Fixing ATM translation on place page" This reverts commit 211e3fb4f006dab706af2e1b76e957810ba57fd9. --- .../UI/PlacePage/Components/PlacePageInfoViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iphone/Maps/UI/PlacePage/Components/PlacePageInfoViewController.swift b/iphone/Maps/UI/PlacePage/Components/PlacePageInfoViewController.swift index 4f2affab6..b04e0938b 100644 --- a/iphone/Maps/UI/PlacePage/Components/PlacePageInfoViewController.swift +++ b/iphone/Maps/UI/PlacePage/Components/PlacePageInfoViewController.swift @@ -313,7 +313,7 @@ class PlacePageInfoViewController: UIViewController { } if let atm = placePageInfoData.atm { - atmView = createInfoItem(NSLocalizedString(atm, tableName: "LocalizableTypes", bundle: Bundle.main, comment: String()), icon: UIImage(named: "ic_placepage_atm")) + atmView = createInfoItem(atm, icon: UIImage(named: "ic_placepage_atm")) } if let level = placePageInfoData.level {