Wording spelling mistake

This commit is contained in:
benjaminhenkel 2017-07-13 10:16:55 +02:00 committed by Simon Lehericey
parent ce4bdb4812
commit 0a060dbb53
3 changed files with 7 additions and 7 deletions

View file

@ -124,7 +124,7 @@ class Admin::ProceduresController < AdminController
render js: "window.location = '#{admin_procedures_path}'"
rescue ActiveRecord::RecordNotFound
flash.alert = 'Procédure inéxistante'
flash.alert = 'Procédure inexistante'
redirect_to admin_procedures_path
end
@ -154,7 +154,7 @@ class Admin::ProceduresController < AdminController
redirect_to admin_procedures_path
rescue ActiveRecord::RecordNotFound
flash.alert = 'Procédure inéxistante'
flash.alert = 'Procédure inexistante'
redirect_to admin_procedures_path
end
@ -171,7 +171,7 @@ class Admin::ProceduresController < AdminController
end
rescue ActiveRecord::RecordNotFound
flash.alert = 'Procédure inéxistante'
flash.alert = 'Procédure inexistante'
redirect_to admin_procedures_path
end