Skip to content

Commit

Permalink
Merge pull request #286 from valory-xyz/fix/minimum-olas-string
Browse files Browse the repository at this point in the history
fix: missed minimum required olas string
  • Loading branch information
truemiller authored Aug 21, 2024
2 parents 72688af + fba4aac commit 5f77635
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, need ${}';
return `Insufficient OLAS to migrate, ${minimumOlasRequiredToMigrate} OLAS required in total.`;
}

if (!isAppVersionCompatible) {
Expand Down

0 comments on commit 5f77635

Please sign in to comment.