diff --git a/resources/[tools]/nordi_billing/billing_client.lua b/resources/[tools]/nordi_billing/billing_client.lua index d68dea435..efa8f9812 100644 --- a/resources/[tools]/nordi_billing/billing_client.lua +++ b/resources/[tools]/nordi_billing/billing_client.lua @@ -19,16 +19,16 @@ function OpenMainBillingMenu() title = 'Billing System', options = { { - title = 'Create Bill', - description = 'Send a bill to a nearby player', + title = 'Rechnung erstellen', + description = 'Sende eine Rechnung an einen Spieler in der Nähe', icon = 'file-invoice-dollar', onSelect = function() OpenCreateBillMenu() end }, { - title = 'My Bills', - description = 'View and pay your received bills', + title = 'Meine Rechnungen', + description = 'Sehe & bezahle deine erhaltenen Rechnungen', icon = 'money-check', onSelect = function() ViewBills()