mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
Revert "[ios] Fixing ATM translation on place page"
This reverts commit 211e3fb4f0.
This commit is contained in:
committed by
Yannik Bloscheck
parent
cecca729db
commit
902e7f6453
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user