Make corruption errors stand out more

This commit is contained in:
Eric Budd 2018-05-13 00:06:47 -04:00
parent e312a44db2
commit ca1b68baf4
1 changed files with 2 additions and 2 deletions

View File

@ -406,8 +406,8 @@ class Message
end
def to_display
error_marker = valid? ? nil : '### THIS MESSAGE HAS THE FOLLOWING ERRORS ###'
error_follower = valid? ? nil : '### THIS MESSAGE MAY BE CORRUPT OR MAY HAVE BEEN TAMPERED WITH ###'
error_marker = valid? ? nil : '{r ### THIS MESSAGE HAS THE FOLLOWING ERRORS ###}'
error_follower = valid? ? nil : '{r ### THIS MESSAGE MAY BE CORRUPT OR MAY HAVE BEEN TAMPERED WITH ###}'
message_header = "#{leader_text} On #{timestamp}, #{author} #{verb_text}..."