Skip to content

Commit

Permalink
refactor: wordiness
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller authored Aug 21, 2024
1 parent ea7eef0 commit bb6eef7
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 minimum required.`;
return `Insufficient OLAS balance to migrate, ${minimumOlasRequiredToMigrate} OLAS required.`;
}

if (!isAppVersionCompatible) {
Expand Down

0 comments on commit bb6eef7

Please sign in to comment.