Minor changes

This commit is contained in:
Eduard Urbach 2017-10-16 01:11:47 +02:00
parent 7336fa2035
commit 1268356296

View File

@ -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"]++
} }
} }