capitalize month
Co-authored-by: Christophe Robillard <christophe.robillard@beta.gouv.fr>
This commit is contained in:
parent
a02c598a43
commit
d7ce26662f
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
|
||||
%tr
|
||||
%td
|
||||
= I18n.l(month, format: "%B %Y")
|
||||
= I18n.l(month, format: "%B %Y").capitalize
|
||||
%td.text-right
|
||||
= nb_dossiers_termines
|
||||
%td.text-right
|
||||
|
|
Loading…
Reference in a new issue