Use custom currencySolved

please check below

https://i.imgur.com/u7tZnpT.png

I figured out the currency problem but now i have a seperate issue.
how can i change it so it says "/buy mbike: £150"
instead of cash x150 if that makes sense.

Oxide/lang/en/VehicleLicence.json

Line 8

  "PriceFormat": "<color=#FF1919>{0}</color> x{1}",
Change to ...
 
  "PriceFormat": "<color=#FF1919>{0}</color> £{1}",
Locked automatically