Skip to content
Extraits de code Groupes Projets
Valider ef1e4fa3 rédigé par movilla's avatar movilla
Parcourir les fichiers

little translation to send invitations

parent e87d9af5
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -51,7 +51,7 @@ class InvitationsController < ApplicationController
inviter = EmailInviter.new(params[:email_inviter][:emails], current_user, params[:email_inviter])
inviter.send!
redirect_to :back, :notice => "Great! Invites were sent off to #{inviter.emails.join(', ')}"
redirect_to :back, :notice => "#{t('invitations.create.sent')} #{inviter.emails.join(', ')}"
end
def check_if_invites_open
......@@ -61,4 +61,4 @@ class InvitationsController < ApplicationController
redirect_to :back
end
end
end
\ No newline at end of file
end
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter