mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-02 19:28:52 +00:00
Fixed negative bills
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
Locales['en'] = {
|
||||
|
||||
['invoices'] = 'invoices',
|
||||
['received_invoice'] = 'you ~r~received~s~ an invoice',
|
||||
['received_invoice'] = 'you have just ~r~received~s~ an invoice',
|
||||
['paid_invoice'] = 'you ~g~paid~s~ an invoice of ~r~$',
|
||||
['received_payment'] = 'you ~g~received~s~ a payment of ~r~$',
|
||||
['player_not_logged'] = 'the player is not logged in',
|
||||
|
||||
['no_money'] = 'you do not have enough money to pay this bill',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user