diff --git a/src/res/error_messages.json b/src/res/error_messages.json index 1124a1e738..57c2cce1ce 100644 --- a/src/res/error_messages.json +++ b/src/res/error_messages.json @@ -36,8 +36,7 @@ "LinkError": "Wasm contract link error: {{msg}}", "InvalidPublicKey": "VM Logic provided an invalid public key", "ActorNoPermission": "Actor {{actor_id}} doesn't have permission to account {{account_id}} to complete the action", - "RentUnpaid": "The account {{account_id}} wouldn't have enough balance to pay required rent {{amount}}", - "LackBalanceForState": "The account {{account_id}} wouldn't have enough balance to cover storage, required to have {{amount}}", + "LackBalanceForState": "The account {{account_id}} wouldn't have enough balance to cover storage, required to have {{amount}} yoctoNEAR more", "ReceiverMismatch": "Wrong AccessKey used for transaction: transaction is sent to receiver_id={{tx_receiver}}, but is signed with function call access key that restricted to only use with receiver_id={{ak_receiver}}. Either change receiver_id in your transaction or switch to use a FullAccessKey.", "CostOverflow": "Transaction gas or balance cost is too high", "InvalidSignature": "Transaction is not signed with the given public key",