mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
fix(esx_property): price not showing up when buying furniture
Price was not showing up when confirming furniture placement
This commit is contained in:
@@ -18,7 +18,7 @@ Locales['en'] = {
|
||||
["place"] = "Place Furniture",
|
||||
["delete_furni"] = "Delete",
|
||||
["confirm_buy"] = "Do You Want To Buy %s ?",
|
||||
["price"] = "Price: $&s",
|
||||
["price"] = "Price: $%s",
|
||||
["yes"] = "Yes",
|
||||
["no"] = "No",
|
||||
["action"] = "You %s ~b~%s~s~ !",
|
||||
|
||||
Reference in New Issue
Block a user