diff --git a/app/models/person_notifier.rb b/app/models/person_notifier.rb index 026fa25..9cb0d53 100644 --- a/app/models/person_notifier.rb +++ b/app/models/person_notifier.rb @@ -99,7 +99,7 @@ class PersonNotifier content_type: "text/html", from: "#{@profile.environment.name} <#{@profile.environment.noreply_email}>", to: @profile.email, - subject: _("[%s] Network Activity") % [@profile.environment.name] + subject: _("[%s] Notifications") % [@profile.environment.name] ) end end -- libgit2 0.21.2