discourse/plugins/chat/config
Bianca Nenciu 6da2fbbf76
FIX: Use correct translation key (#20958)
The translation key is built using the name of the reviewable as it was
defined in Ruby. The chat plugin uses the `Chat` namespace and defines
`Chat::ReviewableMessage`. This was then transformed to
`chat::reviewable_message`, but it should be `chat_reviewable_message`
to resemble the other translation keys.
2023-04-04 16:28:04 +03:00
..
locales FIX: Use correct translation key (#20958) 2023-04-04 16:28:04 +03:00
routes.rb FIX: Trashing message should reset last read (#20912) 2023-04-04 09:30:38 +10:00
settings.yml DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00