commit
e7f5770405
2 changed files with 2 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
|
||||||
|
|
|
@ -35,6 +35,7 @@ fr:
|
||||||
last: Dernier
|
last: Dernier
|
||||||
previous: Précédent
|
previous: Précédent
|
||||||
first: Premier
|
first: Premier
|
||||||
|
truncate: '…'
|
||||||
|
|
||||||
number:
|
number:
|
||||||
currency:
|
currency:
|
||||||
|
|
Loading…
Reference in a new issue