diff --git a/app/mailers/user_notifications.rb b/app/mailers/user_notifications.rb index 5cea8c80c29..e627ccbdef1 100644 --- a/app/mailers/user_notifications.rb +++ b/app/mailers/user_notifications.rb @@ -150,7 +150,7 @@ class UserNotifications < ActionMailer::Base # If we have a display name, change the from address if username.present? - email_opts[:from_alias] = I18n.t(:via, username: username, site_name: SiteSetting.title) + email_opts[:from_alias] = username end build_email(user.email, email_opts)