Jam Posted December 16, 2019 Share Posted December 16, 2019 Is it possible to change the labels? Like I want to change the Hours to Quantity? 0 Quote Link to comment Share on other sites More sharing options...
DennisHermannsen Posted December 16, 2019 Share Posted December 16, 2019 Yes, although it will change that string all of the places it's being used. Go to /admin/lang/ and create a folder called 'overrides'. In here, create the file 'english.php'. Enter the following and save the file: <?php if (!defined("WHMCS")) die("This file cannot be accessed directly"); $_ADMINLANG['locale'] = "en_GB"; $_ADMINLANG['billableitems']['hours'] = "Quantity"; 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted December 16, 2019 Share Posted December 16, 2019 38 minutes ago, DennisHermannsen said: Yes, although it will change that string all of the places it's being used. I think it's only used twice anyway - once on the billableitems page, and again on the billable items tab of the client profile. 0 Quote Link to comment Share on other sites More sharing options...
Jam Posted December 18, 2019 Author Share Posted December 18, 2019 Hi, thank you, I already change the labels. But, in Client Profile > Billable Item Didn't Change. How do I change it? 0 Quote Link to comment Share on other sites More sharing options...
Jam Posted December 18, 2019 Author Share Posted December 18, 2019 Oh, Thank you! I already changed all the labels ❤️ Thank you so much for helping me!! ❤️ 0 Quote Link to comment Share on other sites More sharing options...
Homr Mobi Posted January 25, 2022 Share Posted January 25, 2022 In the Horizontal (Category) Axis Labels box, click Edit. In the Axis label range box, enter the labels you want to use, separated by commas. 0 Quote Link to comment Share on other sites More sharing options...
vevin892Xtsanford28 Posted July 6, 2022 Share Posted July 6, 2022 Right click the category labels you want to change and click select data. Right click the category axis and select data. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.