Skip to content

Commit

Permalink
Merge pull request #1670 from Vizzuality/MRXN23-542-staging-when-dupl…
Browse files Browse the repository at this point in the history
…icating-a

grid setup features: updates text of button
  • Loading branch information
andresgnlez authored Mar 21, 2024
2 parents d111979 + e855fbf commit fb8ae5a
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 fb8ae5a

Please sign in to comment.