Change max_age to min_age for min_age field

(closes #4506)
This commit is contained in:
JamesKingdom
2017-11-06 17:04:18 +00:00
parent ed332bbccb
commit 8dd7841663
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1429,7 +1429,7 @@
"label": "Maximum Age"
},
"playground/min_age": {
"key": "max_age",
"key": "min_age",
"type": "number",
"label": "Minimum Age"
},
+1 -1
View File
@@ -1,5 +1,5 @@
{
"key": "max_age",
"key": "min_age",
"type": "number",
"label": "Minimum Age"
}