How to edit the label of tablist?

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • yuri
    replied
    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.

    Leave a comment:


  • dsese1234
    started a topic How to edit the label of tablist?

    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!
Working...