Rename golf_hole to ref_golf_hole for consistency

This commit is contained in:
Bryan Housel
2017-07-26 15:51:16 -04:00
parent ebfe3b70dc
commit 5adf1485a3
6 changed files with 19 additions and 19 deletions

View File

@@ -540,11 +540,6 @@ en:
generator/type:
# 'generator:type=*'
label: Type
golf_hole:
# ref=*
label: Hole Number
# golf_hole field placeholder
placeholder: (1-18)
grape_variety:
# grape_variety=*
label: Grape Varieties
@@ -1032,6 +1027,11 @@ en:
ref_airfield:
# ref=*
label: Airfield Code
ref_golf_hole:
# ref=*
label: Hole Number
# ref_golf_hole field placeholder
placeholder: 1-18
ref_highway_junction:
# ref=*
label: Junction Number

View File

@@ -748,12 +748,6 @@
"type": "combo",
"label": "Type"
},
"golf_hole": {
"key": "ref",
"type": "text",
"label": "Hole Number",
"placeholder": "(1-18)"
},
"grape_variety": {
"key": "grape_variety",
"type": "semiCombo",
@@ -1376,6 +1370,12 @@
"type": "text",
"label": "Airfield Code"
},
"ref_golf_hole": {
"key": "ref",
"type": "text",
"label": "Hole Number",
"placeholder": "1-18"
},
"ref_highway_junction": {
"key": "ref",
"type": "text",

View File

@@ -2,5 +2,5 @@
"key": "ref",
"type": "text",
"label": "Hole Number",
"placeholder": "(1-18)"
"placeholder": "1-18"
}

View File

@@ -5348,7 +5348,7 @@
"golf/hole": {
"icon": "golf",
"fields": [
"golf_hole",
"ref_golf_hole",
"par",
"handicap"
],

View File

@@ -1,7 +1,7 @@
{
"icon": "golf",
"fields": [
"golf_hole",
"ref_golf_hole",
"par",
"handicap"
],
@@ -12,4 +12,4 @@
"golf": "hole"
},
"name": "Golf Hole"
}
}

View File

@@ -1540,10 +1540,6 @@
"generator/type": {
"label": "Type"
},
"golf_hole": {
"label": "Hole Number",
"placeholder": "(1-18)"
},
"grape_variety": {
"label": "Grape Varieties"
},
@@ -1939,6 +1935,10 @@
"ref_airfield": {
"label": "Airfield Code"
},
"ref_golf_hole": {
"label": "Hole Number",
"placeholder": "1-18"
},
"ref_highway_junction": {
"label": "Junction Number"
},