forked from organicmaps/organicmaps
[ios] Added localization to error text in editor.
This commit is contained in:
parent
4dada5727b
commit
af2d40cf75
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue