forked from organicmaps/organicmaps
Merge pull request #4595 from VladiMihaylenko/master
[ios] Correct install taxi key.
This commit is contained in:
commit
f5ca034e87
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ using TInfoDisplays = NSHashTable<__kindof TInfoDisplay>;
|
|||
{
|
||||
if (![MWMRouter isTaxi])
|
||||
return L(@"p2p_start");
|
||||
return self.taxiDataSource.isTaxiInstalled ? L(@"taxi_order") : L(@"taxi_install");
|
||||
return self.taxiDataSource.isTaxiInstalled ? L(@"taxi_order") : L(@"install_app");
|
||||
}
|
||||
#pragma mark - Properties
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue