forked from organicmaps/organicmaps
[fix-text] [ios] Fixed booking title in discovery manager.
This commit is contained in:
parent
affc079de8
commit
d10784ff11
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ final class DiscoverySearchCollectionHolderCell: DiscoveryCollectionHolder {
|
|||
@objc(MWMDiscoveryBookingCollectionHolderCell)
|
||||
final class DiscoveryBookingCollectionHolderCell: DiscoveryCollectionHolder {
|
||||
@objc func config() {
|
||||
super.config(header: L("discovery_button_subtitle_booking").uppercased(),
|
||||
super.config(header: L("discovery_button_subtitle_book_hotels").uppercased(),
|
||||
cellClass: DiscoveryBookingCell.self)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue