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

protected static ?string $title = 'xxx';
// or
public static function getTitle(Model $ownerRecord, string $pageClass): string
{
return __('xxx');
}