From b686e80dda43ec1d3e9416bcdcb61bc44160ab0c Mon Sep 17 00:00:00 2001 From: Harshil Sharma Date: Mon, 6 Feb 2023 12:43:48 +0530 Subject: [PATCH] Added tooltip text-wrap capability --- webapp/src/components/centerPanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/components/centerPanel.tsx b/webapp/src/components/centerPanel.tsx index 581fed22c..c3666aa91 100644 --- a/webapp/src/components/centerPanel.tsx +++ b/webapp/src/components/centerPanel.tsx @@ -87,7 +87,7 @@ const initialValueCategoryValue: StatusCategory[] = [ color: '--sys-dnd-indicator-rgb', text: { id: 'statusProperty.configDialog.todo.emptyText', - defaultMessage: 'Drag statuses here to\n consider tasks with these\n statuses “Not Started”', + defaultMessage: 'Drag statuses here to consider tasks with these statuses “Not Started”', }, }, },