From bb8d3ccd681cdd953e7371f277d32b3fc3d79ed9 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Tue, 5 Aug 2025 11:23:12 +0200 Subject: [PATCH] Update billing_client.lua --- resources/[tools]/nordi_billing/billing_client.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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()