From bc29e6039a18fe05e7b543d364eda2d3b7acf791 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Sat, 5 Feb 2022 00:12:45 -0600 Subject: [PATCH] Use /buy biz label --- scripts/client/label.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/client/label.js b/scripts/client/label.js index 2bbaa16a..d049073b 100644 --- a/scripts/client/label.js +++ b/scripts/client/label.js @@ -127,7 +127,7 @@ function renderPropertyEntranceLabel(name, position, locked, isBusiness, price, break; case VRR_PROPLABEL_INFO_BUYBIZ: - infoText = `Use /bizbuy to buy this business`; + infoText = `Use /buy to purchase items`; break; //case VRR_PROPLABEL_INFO_RENTBIZ: