Edit 'Create Task' wording in Activities block of a Lead

Hello,

When looking at a lead in Detail View, there are sub-panels that display Activities and History for that Lead. You can also Add Tasks for that Lead from the Activities block (see screenshot to supplement my poor explanation!)


By default the text ‘Create Task’ is displayed - I’d like to change that wording. I assume this has to be edited in a file - which file would that be?

Thanks

First of all, have a look at the option Admin / System Settings / Display actions in menus. I always turn that off so that all buttons are immediately visible, both on the top of Detail views, and in subpanels. Saves users a LOT of clicks.

Then, the definitions you’re looking for are here:

https://github.com/Dillon-Brown/SuiteCRM/blob/master/modules/Leads/metadata/subpaneldefs.php

You can create a custom version. See https://pgorod.github.io/Custom-folder/

You might want to edit the labels instead - once you know the label name you can create a custom label. See https://docs.suitecrm.com/developer/language-strings/

1 Like

Super helpful - thank you!