From d7ce26662f69b51a4a6c9eedb28d3d9527cec0ac Mon Sep 17 00:00:00 2001 From: simon lehericey Date: Wed, 26 May 2021 17:52:16 +0200 Subject: [PATCH] capitalize month Co-authored-by: Christophe Robillard --- app/views/instructeurs/archives/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/instructeurs/archives/index.html.haml b/app/views/instructeurs/archives/index.html.haml index 74fbdf13d..b7c5e7b03 100644 --- a/app/views/instructeurs/archives/index.html.haml +++ b/app/views/instructeurs/archives/index.html.haml @@ -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