diff --git a/apps/client/src/ee/base/components/kanban/kanban-empty-state.tsx b/apps/client/src/ee/base/components/kanban/kanban-empty-state.tsx index c62f0aae5..2b328aa72 100644 --- a/apps/client/src/ee/base/components/kanban/kanban-empty-state.tsx +++ b/apps/client/src/ee/base/components/kanban/kanban-empty-state.tsx @@ -67,14 +67,14 @@ export function KanbanEmptyState({ base, view, pageId, editable }: KanbanEmptySt if (!editable) { return ( - + {t("This board has no grouping property yet.")} ); } return ( - + {t("Group this board by a select or status property.")} {groupableProperties.length > 0 ? (