From 15fc07bf90e937094e6b00d03a486a542236caba Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 8 Nov 2024 14:10:03 +0200 Subject: [PATCH] fix label --- application/Espo/Resources/i18n/en_US/Global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/Espo/Resources/i18n/en_US/Global.json b/application/Espo/Resources/i18n/en_US/Global.json index ef23f817fe..e46481cb80 100644 --- a/application/Espo/Resources/i18n/en_US/Global.json +++ b/application/Espo/Resources/i18n/en_US/Global.json @@ -884,8 +884,8 @@ "color":{ "recent":"Recent Color", "more":"More Color", - "background":"BackColor", - "foreground":"FontColor", + "background": "Back Color", + "foreground": "Font Color", "transparent":"Transparent", "setTransparent":"Set transparent", "reset":"Reset",