How to edit the label of tablist?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dsese1234
    Junior Member
    • Nov 2014
    • 1

    How to edit the label of tablist?

    hi folks,

    i am wondering where i can edit the tablist menu text? please help

    Thanks in advance!
  • yuri
    Member
    • Mar 2014
    • 8485

    #2
    Hi

    You can only do it manually. Create file custom/Espo/Custom/Resources/i18n/en_EN/Globals.json
    PHP Code:
    {
       "scopeNames": {
          "Account": "Company"
       },
       "scopeNamesPlural": {
          "Account": "Companies"
       }
    } 
    
    Important. It should be a valid JSON.

    Instead of en_EN put your language.

    Clear Cache.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    Working...