[ios] Removed excess capitalization in search results.

This commit is contained in:
VladiMihaylenko 2018-04-12 18:21:45 +03:00 committed by Roman Kuznetsov
parent c59c2ab7e9
commit 6427302ec9

View file

@ -35,7 +35,7 @@
productInfo:(search::ProductInfo const &)productInfo
{
[super config:result];
self.typeLabel.text = @(result.GetFeatureTypeName().c_str()).capitalizedString;
self.typeLabel.text = @(result.GetFeatureTypeName().c_str());
auto const hotelRating = result.GetHotelRating();