Skip to content

Commit

Permalink
fix manual refund behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridel1e committed Nov 1, 2023
1 parent 9b92d5a commit 1a13d00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const BurgerMenu = (): JSX.Element => {
link: 'https://github.com/spectrum-finance',
},
{
title: t`Manual Refund`,
title: t`Manual Tx Cancel`,
icon: <ReloadOutlined />,
onClick: () => {
setMenuVisible(false);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const TransactionFindForm: FC<TransactionFindFormProps> = ({
disabled={!value}
loading={loading}
>
{t`Refund transaction`}
{t`Cancell transaction`}
</Button>
)}
</Form.Listener>
Expand Down

0 comments on commit 1a13d00

Please sign in to comment.