Commit 6fe3e853a74f6b040465742baca50aaf7321d5ec
1 parent
179d7702
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Change title of person notifier email
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/models/person_notifier.rb
... | ... | @@ -99,7 +99,7 @@ class PersonNotifier |
99 | 99 | content_type: "text/html", |
100 | 100 | from: "#{@profile.environment.name} <#{@profile.environment.noreply_email}>", |
101 | 101 | to: @profile.email, |
102 | - subject: _("[%s] Network Activity") % [@profile.environment.name] | |
102 | + subject: _("[%s] Notifications") % [@profile.environment.name] | |
103 | 103 | ) |
104 | 104 | end |
105 | 105 | end | ... | ... |