LeftPanelBackofficeDossier: fix a typo

This commit is contained in:
Simon Lehericey 2017-05-22 17:11:41 +02:00
parent d516b9cdb0
commit b30cb34fa2

View file

@ -51,12 +51,12 @@
- if notification.liste.size > 1 - if notification.liste.size > 1
.type= "Plusieurs attributs ont été changés, dont: #{notification.liste.join(" ")}" .type= "Plusieurs attributs ont été changés, dont: #{notification.liste.join(" ")}"
- else - else
.type= "Un attribut à été changé: #{notification.liste.last}" .type= "Un attribut a été changé: #{notification.liste.last}"
- elsif ['piece_justificative'].include?(notification.type_notif) - elsif ['piece_justificative'].include?(notification.type_notif)
- if notification.liste.size > 1 - if notification.liste.size > 1
.type= "Plusieurs pièces jointes ont été changés, dont: #{notification.liste.join(" ")}" .type= "Plusieurs pièces jointes ont été changés, dont: #{notification.liste.join(" ")}"
- else - else
.type= "Une pièce jointe à été changée: #{notification.liste.last}" .type= "Une pièce jointe a été changée: #{notification.liste.last}"
- else - else
.type= notification.liste.last .type= notification.liste.last
.split-hr .split-hr