From 6fe3e853a74f6b040465742baca50aaf7321d5ec Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Tue, 13 Jan 2015 09:04:07 -0300 Subject: [PATCH] Change title of person notifier email --- app/models/person_notifier.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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