From 59818226aa4adcb91c9e754ffc335d6df11067f2 Mon Sep 17 00:00:00 2001 From: Kasia Biernat-Kluba <1268696+kathrine0@users.noreply.github.com> Date: Tue, 17 Sep 2024 14:50:53 +0200 Subject: [PATCH] AAE-26023 Unify look of style properties names (#10227) --- lib/core/src/lib/i18n/en.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/core/src/lib/i18n/en.json b/lib/core/src/lib/i18n/en.json index bce017c0b8..aa96a95a91 100644 --- a/lib/core/src/lib/i18n/en.json +++ b/lib/core/src/lib/i18n/en.json @@ -76,17 +76,17 @@ "FONT_WEIGHT": "Font weight", "FONT_COLOR": "Font color", "FONT_WEIGHTS": { - "REGULAR": "Regular", - "BOLD": "Bold" + "REGULAR": "regular", + "BOLD": "bold" }, "COLORS": { - "SYSTEM_COLOR": "System color", - "BLACK": "Black", - "GREY": "Grey", - "RED": "Red", - "GREEN": "Green", - "BLUE": "Blue", - "YELLOW": "Yellow" + "SYSTEM_COLOR": "system color", + "BLACK": "black", + "GREY": "grey", + "RED": "red", + "GREEN": "green", + "BLUE": "blue", + "YELLOW": "yellow" }, "PREDEFINED": { "HEADER": {