From f7d3150ce5b596e71de33f5aaf4926836de088c0 Mon Sep 17 00:00:00 2001 From: David Wheatley Date: Thu, 29 Apr 2021 21:48:49 +0100 Subject: [PATCH] LESS should be capitalised as Less See http://lesscss.org/ --- framework/core/locale/core.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/core/locale/core.yml b/framework/core/locale/core.yml index d34bfbc76..79cea4649 100644 --- a/framework/core/locale/core.yml +++ b/framework/core/locale/core.yml @@ -17,7 +17,7 @@ core: custom_header_heading: Custom Header custom_header_text: => core.ref.custom_header_text custom_styles_heading: Custom Styles - custom_styles_text: Customize your forum's appearance by adding your own LESS/CSS code to be applied on top of Flarum's default styles. + custom_styles_text: Customize your forum's appearance by adding your own Less/CSS code to be applied on top of Flarum's default styles. dark_mode_label: Dark Mode description: "Customize your forum's colors, logos, and other variables." edit_css_button: Edit Custom CSS @@ -58,7 +58,7 @@ core: # These translations are used in the Edit Custom CSS modal dialog. edit_css: - customize_text: "Customize your forum's appearance by adding your own LESS/CSS code to be applied on top of Flarum's default styles." + customize_text: "Customize your forum's appearance by adding your own Less/CSS code to be applied on top of Flarum's default styles." submit_button: => core.ref.save_changes title: Edit Custom CSS