rename references of privileged to gold
This commit is contained in:
@@ -2,7 +2,7 @@ module Moderator
|
||||
module InvitationsHelper
|
||||
def level_select
|
||||
choices = []
|
||||
choices << ["Privileged", User::Levels::PRIVILEGED]
|
||||
choices << ["Gold", User::Levels::GOLD]
|
||||
choices << ["Contributor", User::Levels::CONTRIBUTOR]
|
||||
select(:invitation, :level, choices)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user