Commit de04d190dbcab0e721cd3929e9b498062d6711a8
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Merge branch 'fix_person_notifier' into stable
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 | ... | ... |