diff options
Diffstat (limited to 'lib/mauve/alert.rb')
-rw-r--r-- | lib/mauve/alert.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mauve/alert.rb b/lib/mauve/alert.rb index 078fed4..8ccc045 100644 --- a/lib/mauve/alert.rb +++ b/lib/mauve/alert.rb @@ -354,9 +354,9 @@ module Mauve # Add a note saying that notifications have been suppressed # if !should_notify - history.event += " notifications suppressed" + history.event += " (notifications not required)" elsif self.suppressed? - history.event += " notifications suppressed until #{self.suppress_until}" + history.event += " (notifications suppressed until #{self.suppress_until.to_s_human})" end end |