Modify the label that appears above a Relate field's search box

Using SugarCRM 10.2 (Sugar Serve - cloud only)

Is there any way to modify the label highlighted in yellow in the below screenshot?

Parents Reply
  • Hi André, I've tried to deploy this but it hasn't worked- are you able to advise?

    From the manifest file:

    4=>
    array(
    'from' => '<basepath>/files/en_UK.SearchSelect.php',
    'to' => 'custom/Extension/modules/Accounts/Ext/Language/en_UK.SearchSelect.php'
    ),

    From the file en_UK.SearchSelect.php:

    <?php

    $mod_strings['LBL_SEARCH_SELECT_MODULE '] = 'Select Record';

    The Relate field appears in the Correspondence module, and relates to the Accounts module

Children