typo
This commit is contained in:
parent
6978ec2136
commit
9750af24d4
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
||||||
.type= "Un attribut a é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ées, dont: #{notification.liste.join(" ")}"
|
||||||
- else
|
- else
|
||||||
.type= "Une pièce jointe a été changée: #{notification.liste.last}"
|
.type= "Une pièce jointe a été changée: #{notification.liste.last}"
|
||||||
- else
|
- else
|
||||||
|
|
Loading…
Reference in a new issue