Use primary instead of main for consistency

This commit is contained in:
Brian Miyaji
2014-06-19 19:32:10 +10:00
parent 7f1be9d5a4
commit 28da9fc2f8
3 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
{ "name" : "Q4", "description" : "Fourth quarter points" },
"Goals",
"Behinds",
{ "name" : "Total", "description" : "Total points", "main" : 1 }
{ "name" : "Total", "description" : "Total points", "primary" : 1 }
],
"performance": [
"Kicks",

View File

@@ -15,7 +15,7 @@
{ "name" : "1st Half", "description" : "1st half goals" },
{ "name" : "2nd Half", "description" : "2nd half goals" },
{ "name" : "PK", "description" : "Penalty kicks" },
{ "name" : "Goals", "description" : "Total goals", "main" : 1 }
{ "name" : "Goals", "description" : "Total goals", "primary" : 1 }
],
"performance": [
"Goals",