FIX: Messed up i18n key

This commit is contained in:
Robin Ward
2017-04-27 11:45:49 -04:00
parent 0ec15af970
commit 2efe0442bf
3 changed files with 3 additions and 3 deletions

View File

@ -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)