From 7964d99a624d3b3a2051c511ec1e7a4913d41667 Mon Sep 17 00:00:00 2001 From: atpage Date: Thu, 18 Jun 2026 10:27:50 -0400 Subject: [PATCH] Fix spelling in error message --- web/apps/labelstudio/src/pages/CreateProject/Config/Config.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/apps/labelstudio/src/pages/CreateProject/Config/Config.jsx b/web/apps/labelstudio/src/pages/CreateProject/Config/Config.jsx index 89965ce5f43b..934a877f6f9b 100644 --- a/web/apps/labelstudio/src/pages/CreateProject/Config/Config.jsx +++ b/web/apps/labelstudio/src/pages/CreateProject/Config/Config.jsx @@ -362,7 +362,7 @@ const ConfigureColumns = ({ columns, template }) => {

Configure data

{template.objects.length > 1 && columns?.length > 0 && columns.length < template.objects.length && (

- This template requires more data then you have for now + This template requires more data than you have for now

)} {columns?.length === 0 && (