[ios] Replaced add_business_button with placepage_add_business_button.

This commit is contained in:
VladiMihaylenko 2016-04-07 15:38:55 +03:00 committed by Alex Zolotarev
parent cb1afadb7a
commit ece1f685dc

View file

@ -21,7 +21,7 @@
{
case MWMPlacePageCellTypeAddBusinessButton:
[self.titleButton setTitleColor:[UIColor linkBlue] forState:UIControlStateNormal];
[self.titleButton setTitle:L(@"add_business_button") forState:UIControlStateNormal];
[self.titleButton setTitle:L(@"placepage_add_business_button") forState:UIControlStateNormal];
break;
case MWMPlacePageCellTypeReportButton:
[self.titleButton setTitleColor:[UIColor red] forState:UIControlStateNormal];