Skip to content

Commit

Permalink
Update errors.php
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Babichev <[email protected]>
  • Loading branch information
rez1dent3 authored Mar 15, 2024
1 parent 9557596 commit 56a7765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lang/en/errors.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
];

0 comments on commit 56a7765

Please sign in to comment.