diff options
Diffstat (limited to 'app/controllers/services_controller.rb')
-rw-r--r-- | app/controllers/services_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/services_controller.rb b/app/controllers/services_controller.rb index 64bc698..c400776 100644 --- a/app/controllers/services_controller.rb +++ b/app/controllers/services_controller.rb @@ -31,7 +31,7 @@ class ServicesController < ApplicationController if @service.execute(last_build) message = { notice: 'We successfully tested the service' } else - message = { alert: 'We tried to test the service but error occured' } + message = { alert: 'We tried to test the service but error occurred' } end redirect_to :back, message |