From 05dd5b5fc7bb726c724bea45ea1d71794f4c5315 Mon Sep 17 00:00:00 2001 From: Romain Lanz Date: Wed, 13 Sep 2017 23:15:42 +0200 Subject: [PATCH] fix(locales): add comma Closes https://github.com/FXServer-ESX/fxserver-esx_vehicleshop/issues/6 --- locales/en.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en.lua b/locales/en.lua index b5f5b5fd..d7302f64 100644 --- a/locales/en.lua +++ b/locales/en.lua @@ -46,7 +46,7 @@ Locales['en'] = { ['wash_money'] = 'money laundering', ['withdraw_amount'] = 'amount of withdrawal', ['withdraw_money'] = 'remove company money', - ['yes'] = 'yes' + ['yes'] = 'yes', ['deposit_stock'] = 'deposit Stock', ['take_stock'] = 'take Stock', ['dealership_stock'] = 'dealership Stock',