mirror of
https://github.com/discourse/discourse.git
synced 2025-09-11 21:04:42 +08:00
UX: Change wording for 'regular' categories to 'normal' (#17134)
At some point in the past we decided to rename the 'regular' notification state of topics/categories to 'normal'. However, some UI copy was missed when the initial renaming was done so this commit changes the spots that were missed to the new name.
This commit is contained in:
parent
986060a850
commit
5176c689e9
17 changed files with 42 additions and 19 deletions
|
@ -4,6 +4,7 @@ module NotificationLevels
|
|||
def self.all
|
||||
@all_levels ||= Enum.new(muted: 0,
|
||||
regular: 1,
|
||||
normal: 1, # alias for regular
|
||||
tracking: 2,
|
||||
watching: 3,
|
||||
watching_first_post: 4)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue