Skip to content

Commit

Permalink
message change
Browse files Browse the repository at this point in the history
  • Loading branch information
gluneau committed Jan 9, 2024
1 parent 3a0320c commit b5a39fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/toast/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export enum AlertMsg {
ERROR = 'Transaction failed',
ERROR_DUPLICATED_TX = 'Transaction failed due to duplicate transactions on PolkaSafe; please approve or reject them before creating a new transaction',
COMPLETED_HASH = 'Completed at transaction hash',
MINIMUM_BALANCE = 'Minimum balance on the network is 0.05',
MINIMUM_BALANCE = 'You do not have enough tokens to pay the transaction fee',
}

export const REQUIRED_MINIMUM_BALANCE: number = 0.05;

0 comments on commit b5a39fb

Please sign in to comment.