Tag should be fence_type not fence

(re #3602)
This commit is contained in:
Bryan Housel
2016-11-20 23:32:29 -05:00
parent 8fe66fa65d
commit 6e86c235b1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -387,7 +387,7 @@ en:
# fee=*
label: Fee
fence_type:
# fence=*
# fence_type=*
label: Type
fire_hydrant/type:
# 'fire_hydrant:type=*'
+1 -1
View File
@@ -538,7 +538,7 @@
"label": "Fee"
},
"fence_type": {
"key": "fence",
"key": "fence_type",
"type": "combo",
"label": "Type"
},
+1 -1
View File
@@ -1,5 +1,5 @@
{
"key": "fence",
"key": "fence_type",
"type": "combo",
"label": "Type"
}