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() {
pro["PRO account"]++
pro["PRO accounts"]++
} else {
pro["Free account"]++
pro["Free accounts"]++
}
}