From db803c2522847c27fa84761486f0f396390e5955 Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Tue, 24 Aug 2021 09:26:49 -0500 Subject: [PATCH] i18n: fix capitalization in the locale dropdown --- app/views/layouts/_locale_dropdown.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/_locale_dropdown.html.haml b/app/views/layouts/_locale_dropdown.html.haml index 7198b8f5e..003f7bca7 100644 --- a/app/views/layouts/_locale_dropdown.html.haml +++ b/app/views/layouts/_locale_dropdown.html.haml @@ -8,4 +8,4 @@ EN – English %li = link_to save_locale_path(locale: :fr), method: :post, class: "menu-item menu-link" do - FR – français + FR – Français