Skip to content

Commit

Permalink
texts
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Jan 24, 2024
1 parent ff74d0c commit ffac664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/GenerateMPCKeys.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ export const GenerateMPCKeys: React.FC = () => {
};

const approveJoinWalletAction: IActionButtonProps = {
label: "Approve Join Wallet",
label: "Approve Joining Wallet",
action: approveJoinWallet,
isDisabled: (isStopInProgress || isGenerateInProgress) && secP256K1Ready,
};
const stopApproveWalletAction: IActionButtonProps = {
label: "Stop Approve Join Wallet",
label: "Stop Join Process",
action: stopJoinExistingWallet,
};

Expand Down

0 comments on commit ffac664

Please sign in to comment.