mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: admin trust level user list URL should be consistent with new naming
This commit is contained in:
@@ -14,7 +14,7 @@ class TrustLevel
|
||||
end
|
||||
|
||||
def levels
|
||||
@levels ||= Enum.new(:newuser, :basic, :regular, :leader, :elder, start: 0)
|
||||
@levels ||= Enum.new(:newuser, :basic, :member, :regular, :leader, start: 0)
|
||||
end
|
||||
|
||||
def all
|
||||
|
Reference in New Issue
Block a user