Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller authored Aug 21, 2024
1 parent bb6eef7 commit fba4aac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export const StakingContractSection = ({
}

if (!hasEnoughOlasToMigrate) {
return `Insufficient OLAS balance to migrate, ${minimumOlasRequiredToMigrate} OLAS required.`;
return `Insufficient OLAS to migrate, ${minimumOlasRequiredToMigrate} OLAS required in total.`;
}

if (!isAppVersionCompatible) {
Expand Down

0 comments on commit fba4aac

Please sign in to comment.