diff --git a/resources/lang/en/errors.php b/resources/lang/en/errors.php index 86c690221..c13f02673 100644 --- a/resources/lang/en/errors.php +++ b/resources/lang/en/errors.php @@ -7,7 +7,7 @@ 'product_stock' => 'The product is out of stock', 'wallet_empty' => 'Wallet is empty', 'insufficient_funds' => 'Insufficient funds', - 'confirmed_invalid' => 'The translation has already been confirmed', + 'confirmed_invalid' => 'The transaction has already been confirmed', 'unconfirmed_invalid' => 'Confirmation has already been reset', 'owner_invalid' => 'You are not the owner of the wallet', ];