mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 04:08:41 +08:00
FIX: Messed up i18n key
This commit is contained in:
@ -13,7 +13,7 @@ module EmailHelper
|
||||
end
|
||||
|
||||
def private_topic_title(topic)
|
||||
I18n.t("system_messages.secure_topic_title", id: topic.id)
|
||||
I18n.t("system_messages.private_topic_title", id: topic.id)
|
||||
end
|
||||
|
||||
def email_topic_link(topic)
|
||||
|
Reference in New Issue
Block a user