chore(dossier_transfer): notice after transfer invitation sent
This commit is contained in:
parent
f625d99934
commit
611120f31f
3 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@ module Users
|
||||||
|
|
||||||
if transfer.valid?
|
if transfer.valid?
|
||||||
transfer.save!
|
transfer.save!
|
||||||
|
flash.notice = t("users.dossiers.transferer.notice_sent")
|
||||||
redirect_to dossiers_path
|
redirect_to dossiers_path
|
||||||
else
|
else
|
||||||
flash.alert = transfer.errors.full_messages
|
flash.alert = transfer.errors.full_messages
|
||||||
|
|
|
@ -8,3 +8,4 @@ en:
|
||||||
irrevocable_html: Once the transfer request is accepted, the file will be associated with the recipient's account and <strong>you will no longer be able to access it</strong>.
|
irrevocable_html: Once the transfer request is accepted, the file will be associated with the recipient's account and <strong>you will no longer be able to access it</strong>.
|
||||||
email_label: Email of the recipient account
|
email_label: Email of the recipient account
|
||||||
submit: Send transfer request
|
submit: Send transfer request
|
||||||
|
notice_sent: The transfer request has been sent successfully
|
||||||
|
|
|
@ -8,3 +8,4 @@ fr:
|
||||||
irrevocable_html: Une fois la demande de transfert acceptée, le dossier sera associé au compte du destinataire et <strong>vous ne pourrez plus y accéder</strong>.
|
irrevocable_html: Une fois la demande de transfert acceptée, le dossier sera associé au compte du destinataire et <strong>vous ne pourrez plus y accéder</strong>.
|
||||||
email_label: Email du compte destinataire
|
email_label: Email du compte destinataire
|
||||||
submit: Envoyer la demande de transfert
|
submit: Envoyer la demande de transfert
|
||||||
|
notice_sent: L'invitation au transfert a été envoyée avec succès
|
||||||
|
|
Loading…
Reference in a new issue