fix(airdrop): fix wording of the error when selecting the wrong account (#16632)
Fixes #16562
This commit is contained in:
parent
03a0a18313
commit
a466747c5e
|
@ -47,7 +47,7 @@ QtObject {
|
|||
return qsTr("Infura error")
|
||||
|
||||
if (airdropFeesResponse.errorCode === Constants.ComputeFeeErrorCode.Revert)
|
||||
return qsTr("Estimation reverted. Make sure you are using the account that owns the TokenMaster or Owner Token.")
|
||||
return qsTr("Estimation reverted. Make sure you selected the Wallet account that owns the TokenMaster or Owner Token.")
|
||||
|
||||
return qsTr("Unknown error")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue