From e855fbf057576bb484c7c8720cd621d12d68acdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Gonz=C3=A1lez?= Date: Thu, 21 Mar 2024 09:44:09 +0100 Subject: [PATCH] grid setup features: updates text of button --- app/components/features/raw-item/component.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/features/raw-item/component.tsx b/app/components/features/raw-item/component.tsx index 3ddbb1dc3c..535131b7d1 100644 --- a/app/components/features/raw-item/component.tsx +++ b/app/components/features/raw-item/component.tsx @@ -71,7 +71,7 @@ export const Item: React.FC = ({ size="xs" onClick={onToggleSelected} > - {selected ? 'Remove' : 'Add'} + {selected ? 'Remove' : 'Add to scenario'}