From bb13e18855d41619d45da69d1bfc1bcb84456574 Mon Sep 17 00:00:00 2001 From: Martin Brennan Date: Fri, 1 Nov 2024 09:47:53 +1000 Subject: [PATCH] UX: Use correct case for "Add Flag" button (#29505) Per https://meta.discourse.org/t/formatting-text-in-discourse-documentation-and-uis/324637 --- config/locales/client.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index c3db626bbfb..11f457b4764 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -5673,7 +5673,7 @@ en: subheader: "The flagging system in Discourse helps you and your moderator team manage content and user behavior, keeping your community respectful and healthy. The defaults are suitable for most communities and you don’t have to change them. However, if your site has particular requirements you can disable flags you don’t need and add your own custom flags." description: "Description" enabled: "Enabled?" - add: "Add Flag" + add: "Add flag" edit: "Edit" back: "Back to flags" delete: "Delete"