diff --git a/app/views/admin/communication/blocks/copy.js.erb b/app/views/admin/communication/blocks/copy.js.erb index 4df6142b34ce021b7cefc14f52e855f59853a595..47ad1825f59c5acf2bdbecd0b1002370f417f9d3 100644 --- a/app/views/admin/communication/blocks/copy.js.erb +++ b/app/views/admin/communication/blocks/copy.js.erb @@ -5,7 +5,7 @@ notyf.open({ x: 'center', y: 'bottom' }, - message: "<%= 'block copié correctement' %>", + message: "<%= t('admin.communication.block.copied') %>", duration: 9000, ripple: true, dismissible: true diff --git a/config/locales/communication/en.yml b/config/locales/communication/en.yml index 66c03ed334ea8c307dedab1c43c297d90cd63f9c..2fca288446fb81ab057b8ad124b6ae1bd4743037 100644 --- a/config/locales/communication/en.yml +++ b/config/locales/communication/en.yml @@ -255,6 +255,8 @@ en: too_soon: must be after "from hour" admin: communication: + block: + copied: The block has been copied to clipboard! website: agenda: events: diff --git a/config/locales/communication/fr.yml b/config/locales/communication/fr.yml index de4bff2ca52d2df14a68a4c1662852e7b54cc483..8a0955dc64f0389ba34065d19cad0130fb72effc 100644 --- a/config/locales/communication/fr.yml +++ b/config/locales/communication/fr.yml @@ -255,6 +255,8 @@ fr: too_soon: doit être après l'heure de début admin: communication: + block: + copied: Le bloc a bien été copié dans le presse-papier. website: agenda: events: