Skip to content

Commit

Permalink
grid setup features: updates text of button
Browse files Browse the repository at this point in the history
  • Loading branch information
agnlez committed Mar 21, 2024
1 parent 87044c4 commit e855fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/features/raw-item/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const Item: React.FC<ItemProps> = ({
size="xs"
onClick={onToggleSelected}
>
{selected ? 'Remove' : 'Add'}
{selected ? 'Remove' : 'Add to scenario'}
</Button>
</div>
</header>
Expand Down

0 comments on commit e855fbf

Please sign in to comment.