Could "Economics" on the bottom of the GUI be covered with "storeEcon" from the language file? I've done it myself below in case any one else wanted to have a consistent look and feel.
Line 716
object amount = Economics?.Call("Balance", player.UserIDString);
message = message + $" {color2}||</color> {color1}Economics: {amount}</color>";Change that worked for me was:
object amount = Economics?.Call("Balance", player.UserIDString);
message = message + $" {color2}||</color> {color1}{msg("storeEcon")}: {amount}</color>";