Skip to content

Commit

Permalink
fix: Changed import delete button to say remove instead
Browse files Browse the repository at this point in the history
  • Loading branch information
HunterBarclay committed Dec 19, 2024
1 parent 0d3606c commit 059defc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const InitialConfigPanel: React.FC<PanelPropsImpl> = ({ panelId }) => {
onAccept={() => closeFinish()}
icon={SynthesisIcons.Gamepad}
cancelEnabled={true}
cancelName="Delete"
cancelName="Remove"
onCancel={() => closeDelete()}
>
{/** A scroll view with buttons to select default and custom input schemes */}
Expand Down

0 comments on commit 059defc

Please sign in to comment.