[ios] Using correct string in booking description button.

This commit is contained in:
VladiMihaylenko 2016-06-10 13:57:38 +03:00 committed by Vladimir Byko-Ianko
parent 75ded8876d
commit a4e1cc56e8

View file

@ -27,7 +27,7 @@
[self.titleButton setTitle:L(@"placepage_add_place_button") forState:UIControlStateNormal];
break;
case MWMPlacePageCellTypeBookingMore:
[self.titleButton setTitle:L(@"placepage_booking_more") forState:UIControlStateNormal];
[self.titleButton setTitle:L(@"details") forState:UIControlStateNormal];
break;
default:
NSAssert(false, @"Invalid place page cell type!");