Merge pull request #2490 from betagouv/gestionnaire-to-instructeur

Rename the last “Gestionnaire” occurence in the UI to “Instructeur”
This commit is contained in:
gregoirenovel 2018-08-30 14:50:33 +02:00 committed by GitHub
commit a943856141
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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