Jump to content

how to change the default company name?


Recommended Posts

20 hours ago, iClicks said:

i found a bug in my template and i dont know where i can change it. 

this was a known bug in v7.4 and was fixed in v7.5

https://docs.whmcs.com/Changelog:WHMCS_V7.5

Quote

CORE-11931 - Remove erroneous company name in Dutch translations

so updating to v7.5 or later would be one option - if you want to carry on using your current version, then create a Language Override in a /lang/overrides/dutch.php file and add...

$_LANG['globalsystemname'] = "Klantensysteem Home";

if you aren't already using a /lang/overrides/dutch file, then you will need to add the following instead...

<?php
$_LANG['globalsystemname'] = "Klantensysteem Home";

sthq631.png

you can of course use a different translation - the above example is the string that is now used in the v7.6.1 Dutch language file.

Link to comment
Share on other sites

On 11/21/2018 at 4:07 PM, brian! said:

this was a known bug in v7.4 and was fixed in v7.5

https://docs.whmcs.com/Changelog:WHMCS_V7.5

so updating to v7.5 or later would be one option - if you want to carry on using your current version, then create a Language Override in a /lang/overrides/dutch.php file and add...


$_LANG['globalsystemname'] = "Klantensysteem Home";

if you aren't already using a /lang/overrides/dutch file, then you will need to add the following instead...


<?php
$_LANG['globalsystemname'] = "Klantensysteem Home";

sthq631.png

you can of course use a different translation - the above example is the string that is now used in the v7.6.1 Dutch language file.

Thanks!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated