translate relation manager tabs

Hi, I want to translate the tabs within a relation manager, how can I achieve that? thanks!!
image.png
Solution
It should be like this
public static function getTitle(Model $ownerRecord, string $pageClass): string
{
    return __('abc');
}
Was this page helpful?