forked from organicmaps/organicmaps
Merge pull request #4912 from igrechuhin/MAPSME-3178
[MAPSME-3178] [ios] Added title to to MWMSearchNoResults screen.
This commit is contained in:
commit
b2ec1e454a
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
if (!_noResultsView)
|
||||
{
|
||||
_noResultsView = [MWMSearchNoResults viewWithImage:[UIImage imageNamed:@"img_search_not_found"]
|
||||
title:nil
|
||||
title:L(@"search_not_found")
|
||||
text:L(@"search_not_found_query")];
|
||||
}
|
||||
return _noResultsView;
|
||||
|
|
Loading…
Add table
Reference in a new issue