diff --git a/iphone/Maps/Classes/Editor/MWMEditorViewController.mm b/iphone/Maps/Classes/Editor/MWMEditorViewController.mm index d346e2f1a6..33b1134144 100644 --- a/iphone/Maps/Classes/Editor/MWMEditorViewController.mm +++ b/iphone/Maps/Classes/Editor/MWMEditorViewController.mm @@ -360,7 +360,7 @@ NSString * reuseIdentifier(MWMPlacePageCellType cellType) icon:nil text:@(m_mapObject.GetHouseNumber().c_str()) placeholder:L(@"house_number") - errorMessage:@"error_enter_correct_house_number" + errorMessage:L(@"error_enter_correct_house_number") isValid:![self.invalidCells containsObject:indexPath] keyboardType:UIKeyboardTypeDefault]; break;