forked from organicmaps/organicmaps
Modified the key in the OSes
This commit is contained in:
parent
7bcc2e3572
commit
4dada5727b
2 changed files with 2 additions and 2 deletions
|
@ -135,7 +135,7 @@
|
|||
<EditText
|
||||
android:id="@+id/input"
|
||||
style="@style/MwmWidget.Editor.FieldLayout.EditText"
|
||||
android:hint="@string/house"
|
||||
android:hint="@string/house_number"
|
||||
tools:text="79-59"/>
|
||||
|
||||
</com.mapswithme.maps.widget.CustomTextInputLayout>
|
||||
|
|
|
@ -359,7 +359,7 @@ NSString * reuseIdentifier(MWMPlacePageCellType cellType)
|
|||
[tCell configWithDelegate:self
|
||||
icon:nil
|
||||
text:@(m_mapObject.GetHouseNumber().c_str())
|
||||
placeholder:L(@"house")
|
||||
placeholder:L(@"house_number")
|
||||
errorMessage:@"error_enter_correct_house_number"
|
||||
isValid:![self.invalidCells containsObject:indexPath]
|
||||
keyboardType:UIKeyboardTypeDefault];
|
||||
|
|
Loading…
Add table
Reference in a new issue