aboutsummaryrefslogtreecommitdiff
path: root/lib/mauve/notifiers
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-09-16 12:49:22 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-09-16 12:49:22 +0100
commit76ce90887a16c466eb54e76f84794b8469a14692 (patch)
tree18943ca7eed5ecc0132e1c91102708df5f8684c5 /lib/mauve/notifiers
parent6fe5fa125ef2724e91dadf3a6d37766fee55aa71 (diff)
Updated XMPP/SMS txt template.
Diffstat (limited to 'lib/mauve/notifiers')
-rw-r--r--lib/mauve/notifiers/templates/xmpp.txt.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mauve/notifiers/templates/xmpp.txt.erb b/lib/mauve/notifiers/templates/xmpp.txt.erb
index 119c742..f63c96c 100644
--- a/lib/mauve/notifiers/templates/xmpp.txt.erb
+++ b/lib/mauve/notifiers/templates/xmpp.txt.erb
@@ -7,7 +7,7 @@ when "acknowledged"
else
%><%= alert.raised_at.to_s_relative %><%
end
-%>: <%= alert.subject %>: <%= alert.summary %><%
+%>: <%= alert.subject %> <%= alert.summary %><%
if alert.source != alert.subject
%> -- from <%= alert.source %><%
end