How to change the title of tab elements in related resource ?

Hello! Could you help me? I have a resource form and the table of the related resource at the bottom at the page. How to change the title of the links as we change title of the resource with label variables in the resource file.
4 Replies
ZedoX
ZedoX2y ago
Title of links? Add array keys when registering relation managers
public static function getRelations(): array
{
return [
'posts' => RelationManagers\PostsRelationManager::class,
];
}
public static function getRelations(): array
{
return [
'posts' => RelationManagers\PostsRelationManager::class,
];
}
tarzan_pasha.
tarzan_pasha.OP2y ago
i tried but didn't acheeve a result
LeandroFerreira
GitHub
Title of the tab and the table of a relation manager · filamentphp ...
Hi, How can you change the label of the tabs and the title of a relation manager? Thx

Did you find this page helpful?