Skip to content

Commit

Permalink
use English for message
Browse files Browse the repository at this point in the history
  • Loading branch information
morygonzalez committed Apr 9, 2015
1 parent a1deaa4 commit bd51501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/exception_notifier/slacky_notifier.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def initialize(options)
def call(exception, options={})
env = options[:env] || {}
@request = ActionDispatch::Request.new(env)
message = 'エラーが起こりました、至急確認してください!、!!!'
message = 'Exception Occured!'
attachments = build_attachemnt(exception, options)
@message_opts.merge!(attachments: [attachments])
@notifier.ping(message, @message_opts) if valid?
Expand Down

0 comments on commit bd51501

Please sign in to comment.