#I need to localize Relation Manager tab

6 messages · Page 1 of 1 (latest)

sick plaza
#

Hello guys. I need to change tab text of relation manager

shadow pivotBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

open prairie
#

you can add to the relation class

public static function getNavigationLabel(): string
{
    return __('...');
}
grim stag
#
protected static ?string $title = 'xxx';

// or 

public static function getTitle(Model $ownerRecord, string $pageClass): string
{
    return __('xxx');
}