fr
This commit is contained in:
parent
f4a8d9109b
commit
94ba68a427
|
|
@ -584,7 +584,7 @@
|
|||
borderWidth: 2,
|
||||
borderDash: [6, 6],
|
||||
label: {
|
||||
content: `Plafond: ${formatMoney(plafond)}`,
|
||||
content: <?= _('Plafond').':' . formatMoney($plafond); ?>,
|
||||
enabled: true,
|
||||
position: 'right'
|
||||
}
|
||||
|
|
@ -617,7 +617,7 @@
|
|||
beginAtZero: true,
|
||||
title: {
|
||||
display: true,
|
||||
text: `Montant des dépenses`,
|
||||
text: '<?= _("Montant des dépenses") ?>',
|
||||
font: {
|
||||
weight: 'bold'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user