forked from organicmaps/organicmaps
[MAPSME-3178] [ios] Added title to to MWMSearchNoResults screen.
This commit is contained in:
parent
6a7faa2a05
commit
485208cd3a
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