Jump to content
  • 0

Custom language


Shane O-Mac

Question

3 answers to this question

Recommended Posts

  • 0
16 minutes ago, Shane O-Mac said:

Hi,

We are trying to rename client to partner though out the whole of blesta, how do i this?

I am only asking as i cant see the language folder apart for the invoices.

If your talking about renaming the 'client' uri thats located in /config/routes.php, both the admin and client portal names can be changed here.

Link to comment
Share on other sites

  • 0
23 hours ago, Shane O-Mac said:

No for example here and even on the login screen etc

client.PNG

This particular one in your screenshot is from your template files. A easier alternative is to /language/en_us/client_main.php and change this

$lang['ClientMain.myinfo.client_id'] = 'Client #%1$s'; // %1$s is the client ID number

to

$lang['ClientMain.myinfo.client_id'] = 'Partner #%1$s'; // %1$s is the client ID number

 

You can also change the page title from 'Client #xxx' to 'Partner" or any other instance.

or manually edit your .pdts from your theme so the changes remain on upgrade

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
Answer this question...

×   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.

Loading...
×
×
  • Create New...