Commit de04d190dbcab0e721cd3929e9b498062d6711a8

Authored by Victor Costa
2 parents 0058f46f 6fe3e853

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
... ...