From c5d8c9680a0ab518f156bd235491bb2df0a206e6 Mon Sep 17 00:00:00 2001 From: Peter White Date: Wed, 18 Dec 2024 19:42:02 -0700 Subject: [PATCH] docs: update `Sign` -> `Submit`, minor word adjustment Co-authored-by: Frank Bell <60948618+evilrobot-01@users.noreply.github.com> --- .../guides/securely-sign-transactions-from-cli.md | 2 +- .../guides/securely-sign-transactions-from-cli.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pop-cli-for-appchains/guides/securely-sign-transactions-from-cli.md b/pop-cli-for-appchains/guides/securely-sign-transactions-from-cli.md index 4c61ed8..503d0b9 100644 --- a/pop-cli-for-appchains/guides/securely-sign-transactions-from-cli.md +++ b/pop-cli-for-appchains/guides/securely-sign-transactions-from-cli.md @@ -29,7 +29,7 @@ Click on the `Connect Wallet` button to connect your browser extension wallet. After connecting your wallet, you will have the option to choose your account and sign the transaction, and finally see the transaction details for signing.

Transaction Details

-Once ready to sign, pressing the `Sign` button will open your wallet for signature. +Once ready to sign, pressing the `Submit` button will open your wallet for signature. > ⚠️ **It is important to verify transaction details in your wallet before signing.**

Opened Wallet for Signing

diff --git a/pop-cli-for-smart-contracts/guides/securely-sign-transactions-from-cli.md b/pop-cli-for-smart-contracts/guides/securely-sign-transactions-from-cli.md index f786481..f8364fc 100644 --- a/pop-cli-for-smart-contracts/guides/securely-sign-transactions-from-cli.md +++ b/pop-cli-for-smart-contracts/guides/securely-sign-transactions-from-cli.md @@ -27,7 +27,7 @@ Click on the `Connect Wallet` button to connect your browser extension wallet.

Connect Wallet

After connecting your wallet, you will have the option to choose your account and sign the transaction, and finally see the transaction details for signing. -Note that for contract calls, the portal will perform a dry-run to alert if the transaction will succeed, and also estimate the gas costs. +Note that for contract calls, the portal will perform a dry-run to alert you if the transaction will succeed, and also estimate the gas costs.

Transaction Details

If the transaction will fail, the dry-run alert will change: @@ -36,7 +36,7 @@ If the transaction will fail, the dry-run alert will change: In this case, you can expand the dry-run alert to see the error details. This example shows an error of the account not having enough funds:

Expanded Failing Dry Run

-Once ready to sign, pressing the `Sign` button will open your wallet for signature. +Once ready to sign, pressing the `Submit` button will open your wallet for signature. > ⚠️ **It is important to verify transaction details in your wallet before signing.**

Opened Wallet for Signing