Skip to content

Commit

Permalink
Update message
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur2136 committed Jul 27, 2024
1 parent 2a8ad14 commit 3ffe17b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/src/CliUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ export const dryRunSuccessMessage = () => {
export const alphaAppSubmissionMessage = () => {
showMessage(
"Alpha release",
"Apps are not auto-reviewed on alpha track and are meant for internal testing only.\n" +
"Reach out to the mobile team contact to upgrade your alpha app to release.",
"Alpha releases are not reviewed on dApp store and are meant for internal testing only.\n" +
"Run the `npx dapp-store publish submit ...` command again without the `--alpha` param to publish the app",
"warning"
)
}
Expand Down

0 comments on commit 3ffe17b

Please sign in to comment.