Minor changes
This commit is contained in:
parent
7336fa2035
commit
1268356296
@ -104,9 +104,9 @@ func getUserStats() []*arn.PieChart {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if user.IsPro() {
|
if user.IsPro() {
|
||||||
pro["PRO account"]++
|
pro["PRO accounts"]++
|
||||||
} else {
|
} else {
|
||||||
pro["Free account"]++
|
pro["Free accounts"]++
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user