forked from Simnation/Main
Update billing_client.lua
This commit is contained in:
parent
5bc835bc97
commit
bb8d3ccd68
1 changed files with 4 additions and 4 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue