mirror of
https://github.com/discourse/discourse.git
synced 2025-05-17 10:03:10 +08:00

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.