DEV: Rename hilight to highlight (#13526)

This commit is contained in:
Jarek Radosz
2021-06-25 18:05:50 +02:00
committed by GitHub
parent b4f0a0fb94
commit 61472d6aaa
2 changed files with 4 additions and 4 deletions

View File

@@ -662,7 +662,7 @@ class UserNotifications < ActionMailer::Base
message = email_post_markdown(post) + (reached_limit ? "\n\n#{I18n.t "user_notifications.reached_limit", count: SiteSetting.max_emails_per_day_per_user}" : "")
end
first_footer_classes = "hilight"
first_footer_classes = "highlight"
if (allow_reply_by_email && user.staged) || (user.suspended? || user.staged?)
first_footer_classes = ""
end