From 1a8433ecc3f0a9b1ad4e8112b238782973bfae0c Mon Sep 17 00:00:00 2001
From: Rafael Ferreira <rafaelblink@gmail.com>
Date: Tue, 27 Oct 2020 12:01:08 -0300
Subject: [PATCH] [FIX] Omnichannel - typo error label at current chats page
 (#19379)

---
 client/omnichannel/currentChats/CurrentChatsPage.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/omnichannel/currentChats/CurrentChatsPage.js b/client/omnichannel/currentChats/CurrentChatsPage.js
index 39817980f1c..36104aee9ea 100644
--- a/client/omnichannel/currentChats/CurrentChatsPage.js
+++ b/client/omnichannel/currentChats/CurrentChatsPage.js
@@ -170,7 +170,7 @@ const FilterByText = ({ setFilter, reload, ...props }) => {
 		</Box>}
 		{allCustomFields && <Box display='flex' flexDirection='row' marginBlockStart='x8' {...props}>
 			<Box display='flex' mie='x8' flexGrow={1} flexDirection='column'>
-				<Label mb='x4'>{t('Custom_fields')}:</Label>
+				<Label mb='x4'>{t('Custom_Fields')}:</Label>
 				<MultiSelect options={customFieldsOptions} value={customFields} onChange={handleCustomFields} flexGrow={1} {...props}/>
 			</Box>
 		</Box>}
-- 
GitLab