forked from organicmaps/organicmaps
[ios] Removed excess capitalization in search results.
This commit is contained in:
parent
c59c2ab7e9
commit
6427302ec9
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue