Skip to content

Commit

Permalink
updated label text to reflect new min deposit
Browse files Browse the repository at this point in the history
  • Loading branch information
baktun14 committed Mar 12, 2024
1 parent cf51efb commit 511c673
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const GetStartedStepper: React.FunctionComponent<Props> = () => {

<StepContent>
<Typography variant="body2" color="textSecondary">
You need at least 5 AKT or USDC in your wallet to deploy on Akash. If you don't have 5 AKT or USDC, you can request for some tokens to get started
You need at least .5 AKT or 5 USDC in your wallet to deploy on Akash. If you don't have .5 AKT or 5 USDC, you can request for some tokens to get started
on our <ExternalLink href="https://discord.gg/akash" text="Discord" />.
</Typography>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ export const ManifestEdit: React.FunctionComponent<Props> = ({ editedManifest, s
infoText={
<Alert severity="info" className={classes.alert} variant="outlined">
<Typography variant="caption">
To create a deployment, you need to have at least <b>5 AKT</b> or <b>5 USDC</b> in an escrow account.{" "}
To create a deployment, you need to have at least <b>.5 AKT</b> or <b>5 USDC</b> in an escrow account.{" "}
<LinkTo onClick={ev => handleDocClick(ev, "https://docs.akash.network/glossary/escrow#escrow-accounts")}>
<strong>Learn more.</strong>
</LinkTo>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const PrerequisiteList: React.FunctionComponent<Props> = ({ onClose, onCo
</ListItemIcon>
<ListItemText
primary="Wallet Balance"
secondary="The balance of the wallet needs to be of at least 5 AKT or USDC. If you do not have 5 AKT or USDC, you will need to specify an authorized depositor."
secondary="The balance of the wallet needs to be of at least .5 AKT or 5 USDC. If you do not have .5 AKT or 5 USDC, you will need to specify an authorized depositor."
/>
</ListItem>
</List>
Expand Down
2 changes: 1 addition & 1 deletion deploy-web/src/components/sdl/RentGpusForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export const RentGpusForm: React.FunctionComponent<Props> = ({}) => {
infoText={
<Alert severity="info" sx={{ marginBottom: "1rem" }} variant="outlined">
<Typography variant="caption">
To create a deployment, you need to have at least <b>5 AKT</b> or <b>5 USDC</b> in an escrow account.{" "}
To create a deployment, you need to have at least <b>.5 AKT</b> or <b>5 USDC</b> in an escrow account.{" "}
<LinkTo onClick={ev => handleDocClick(ev, "https://docs.akash.network/glossary/escrow#escrow-accounts")}>
<strong>Learn more.</strong>
</LinkTo>
Expand Down

0 comments on commit 511c673

Please sign in to comment.