Search
Get Started
F
Filament
•
3y ago
ingmontoya
translate relation manager tabs
Hi
, I want to translate the tabs within a relation manager
, how can I achieve that
? thanks
!
!
Solution
It should be like this
public static function getTitle(Model $ownerRecord, string $pageClass): string { return __('abc'); }
public static function getTitle(Model $ownerRecord, string $pageClass): string { return __('abc'); }
Jump to solution
Filament
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,392
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
public
static
function
getTitle
(
Model
$ownerRecord,
string
$pageClass)
:
string
{
return
__
(
'abc'
);
}
public
static
function
getTitle
(
Model
$ownerRecord,
string
$pageClass)
:
string
{
return
__
(
'abc'
);
}
Similar Threads
translate relation manager tabs
F
Filament / ❓┊help
3y ago
Sort Relation Manager Tabs
F
Filament / ❓┊help
3y ago
Badge count on relation manager tabs
F
Filament / ❓┊help
9mo ago
Add icon to relation manager tabs
F
Filament / ❓┊help
2y ago