Rename the last “Gestionnaire” occurence in the UI to “Instructeur”

This commit is contained in:
gregoirenovel 2018-08-30 14:42:09 +02:00
parent 70a939e867
commit 6a33c30812

View file

@ -3,7 +3,7 @@ module Manager
def reinvite
gestionnaire = Gestionnaire.find(params[:id])
gestionnaire.invite!
flash[:notice] = "Gestionnaire réinvité."
flash[:notice] = "Instructeur réinvité."
redirect_to manager_gestionnaire_path(gestionnaire)
end
end