Adding a placeholder to milestone_position

This commit is contained in:
JamesKingdom
2017-07-31 21:41:38 +01:00
parent 8e61843954
commit 785370189f
4 changed files with 6 additions and 1 deletions
+2
View File
@@ -733,6 +733,8 @@ en:
milestone_position:
# 'railway:position=*'
label: Milestone Position
# milestone_position field placeholder
placeholder: Distance to one decimal (123.4)
mtb/scale:
# 'mtb:scale=*'
label: Mountain Biking Difficulty
+1
View File
@@ -1031,6 +1031,7 @@
"milestone_position": {
"key": "railway:position",
"type": "text",
"placeholder": "Distance to one decimal (123.4)",
"label": "Milestone Position"
},
"mtb/scale": {
@@ -1,5 +1,6 @@
{
"key": "railway:position",
"type": "text",
"placeholder": "Distance to one decimal (123.4)",
"label": "Milestone Position"
}
+2 -1
View File
@@ -1708,7 +1708,8 @@
"label": "Max Weight"
},
"milestone_position": {
"label": "Milestone Position"
"label": "Milestone Position",
"placeholder": "Distance to one decimal (123.4)"
},
"mtb/scale": {
"label": "Mountain Biking Difficulty",