Announcement

Collapse
No announcement yet.

How to edit the label of tablist?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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!

  • #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.

    Comment

    Working...
    X