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
ZedoX16mo 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.OP16mo ago
i tried but didn't acheeve a result
LeandroFerreira
LeandroFerreira16mo ago
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
Want results from more Discord servers?
Add your server