mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
[ios] Fixing ATM translation on place page
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
ab0c2e70d5
commit
211e3fb4f0
@@ -313,7 +313,7 @@ class PlacePageInfoViewController: UIViewController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if let atm = placePageInfoData.atm {
|
if let atm = placePageInfoData.atm {
|
||||||
atmView = createInfoItem(atm, icon: UIImage(named: "ic_placepage_atm"))
|
atmView = createInfoItem(NSLocalizedString(atm, tableName: "LocalizableTypes", bundle: Bundle.main, comment: String()), icon: UIImage(named: "ic_placepage_atm"))
|
||||||
}
|
}
|
||||||
|
|
||||||
if let level = placePageInfoData.level {
|
if let level = placePageInfoData.level {
|
||||||
|
|||||||
Reference in New Issue
Block a user