diff --git a/app/models/user.rb b/app/models/user.rb index 7b30bc4d4..d4d1680c0 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -464,9 +464,9 @@ class User < ActiveRecord::Base if is_platinum? nil elsif is_privileged? - 20_000 + 40_000 else - 4_000 + 20_000 end end end diff --git a/app/views/users/upgrade_information.html.erb b/app/views/users/upgrade_information.html.erb index b82b439ad..d21901070 100644 --- a/app/views/users/upgrade_information.html.erb +++ b/app/views/users/upgrade_information.html.erb @@ -39,8 +39,8 @@