fix(typo): addresse -> adresse
This commit is contained in:
parent
e7f7e4eb91
commit
d659595cde
2 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ module Manager
|
||||||
if Sendinblue::API.new.unblock_user(@user.email)
|
if Sendinblue::API.new.unblock_user(@user.email)
|
||||||
flash.notice = "L'adresse email a été débloquée auprès de Sendinblue"
|
flash.notice = "L'adresse email a été débloquée auprès de Sendinblue"
|
||||||
else
|
else
|
||||||
flash.alert = "Impossible de débloquer cette addresse email auprès de Sendinblue"
|
flash.alert = "Impossible de débloquer cette adresse email auprès de Sendinblue"
|
||||||
end
|
end
|
||||||
redirect_to emails_manager_user_path(@user)
|
redirect_to emails_manager_user_path(@user)
|
||||||
end
|
end
|
||||||
|
|
|
@ -11,7 +11,7 @@ module NewAdministrateur
|
||||||
# Find the admin
|
# Find the admin
|
||||||
administrateur = Administrateur.by_email(email)
|
administrateur = Administrateur.by_email(email)
|
||||||
if administrateur.nil?
|
if administrateur.nil?
|
||||||
flash.alert = "L’administrateur « #{email} » n’existe pas. Invitez-le à demander un compte administrateur à l’addresse <a href=#{DEMANDE_INSCRIPTION_ADMIN_PAGE_URL}>#{DEMANDE_INSCRIPTION_ADMIN_PAGE_URL}</a>."
|
flash.alert = "L’administrateur « #{email} » n’existe pas. Invitez-le à demander un compte administrateur à l’adresse <a href=#{DEMANDE_INSCRIPTION_ADMIN_PAGE_URL}>#{DEMANDE_INSCRIPTION_ADMIN_PAGE_URL}</a>."
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue