Skip to content
Snippets Groups Projects
Unverified Commit 4c29bb9f authored by Pierre-André Boissinot's avatar Pierre-André Boissinot Committed by GitHub
Browse files

Merge pull request #1104 from noesya/confirmation_mail_in_spam

Add mention for spam concerning confirmation email
parents 07189039 99e3b5f7
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ en:
users_alerts:
already_confirmed: "Your account has already been confirmed."
not_locked_html: '<i>%{model}</i> was not locked.'
pending_confirmation_html: "Your account has not been <b>confirmed</b> yet.<br>You have received an e-mail with a confirmation link. If you don't confirm, your account will stop working after <b>%{duration}</b>."
pending_confirmation_html: "Your account has not been <b>confirmed</b> yet.<br>You have received an e-mail with a confirmation link. If you don't confirm, your account will stop working after <b>%{duration}</b>. If you did not received the email check your spam folder or click on the following link."
successfully_unlocked_html: "<i>%{model}</i> was successfully unlocked."
will_be_published_html: "<i>%{model}</i> will soon be published."
batch_selectable:
......@@ -158,6 +158,8 @@ en:
passwords:
new:
send_me_reset_password_instructions: Reset my password
registrations:
signed_up: "Welcome! You have signed up successfully. You have received an e-mail with a confirmation link. If you don't confirm, your account will stop working after 1 day. If you did not received the email check your spam folder or click on the button \"I did not received the confirmation email\" on the authentication screen."
sessions:
signed_in: ''
shared:
......
......@@ -130,7 +130,7 @@ fr:
users_alerts:
already_confirmed: "Votre compte est déjà confirmé."
not_locked_html: "<i>%{model}</i> n'était pas verrouillé(e)."
pending_confirmation_html: "Votre compte n'a pas encore été <b>confirmé</b>.<br>Vous avez reçu un e-mail contenant un lien de confirmation. En l'absence de confirmation, votre compte cessera de fonctionner après <b>%{duration}</b>."
pending_confirmation_html: "Votre compte n'a pas encore été <b>confirmé</b>.<br>Vous avez reçu un e-mail contenant un lien de confirmation. En l'absence de confirmation, votre compte cessera de fonctionner après <b>%{duration}</b>. Si vous n'avez pas reçu cet email pensez à vérifier votre dossier spam ou cliquez sur le bouton ci-dessous."
successfully_unlocked_html: "<i>%{model}</i> a bien été déverrouillé(e)."
will_be_published_html: "<i>%{model}</i> va bientôt être publié(e)."
batch_selectable:
......@@ -158,6 +158,8 @@ fr:
passwords:
new:
send_me_reset_password_instructions: Réinitialiser mon mot de passe
registrations:
signed_up: "Bienvenue ! Vous vous êtes bien enregistré(e). Vous avez reçu un e-mail contenant un lien de confirmation. En l'absence de confirmation, votre compte cessera de fonctionner après 1 jour. Si vous n'avez pas reçu cet email pensez à vérifier votre dossier spam ou cliquez sur le bouton \"je n'ai pas reçu l'email de confirmation\" de l'écran d'identification."
sessions:
signed_in: ''
shared:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment