mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 08:37:12 +00:00
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")
|
return qsTr("Infura error")
|
||||||
|
|
||||||
if (airdropFeesResponse.errorCode === Constants.ComputeFeeErrorCode.Revert)
|
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")
|
return qsTr("Unknown error")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user