DEV: Remove elder from codebase and also update 'regular' to 'member' (#20065)

A while back the definition of TL was changed but many
areas in the codebase still use the term 'Regular user'
despite it having some implicit meaning (TL2).

See 20140905055251_rename_trust_level_badges.rb
This commit is contained in:
Natalie Tay
2023-01-31 01:41:25 +08:00
committed by GitHub
parent b334f0070d
commit 58234246ff
4 changed files with 8 additions and 8 deletions

View File

@ -102,7 +102,7 @@ class ComposerController < ApplicationController
:not_allowed
end
# Regular users can see only basic information why the users cannot see the topic.
# Non-staff users can see only basic information why the users cannot see the topic.
reason = nil if !guardian.is_staff? && reason != :private && reason != :category
reason