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

View File

@@ -1079,7 +1079,7 @@ en:
# max_age=*
label: Maximum Age
playground/min_age:
# max_age=*
# min_age=*
label: Minimum Age
population:
# population=*

View File

@@ -1429,7 +1429,7 @@
"label": "Maximum Age"
},
"playground/min_age": {
"key": "max_age",
"key": "min_age",
"type": "number",
"label": "Minimum Age"
},

View File

@@ -1,5 +1,5 @@
{
"key": "max_age",
"key": "min_age",
"type": "number",
"label": "Minimum Age"
}