Translate RelationManager Title
Hello there
I can't transalte the title of a RelationManager
in "CategoriesRelationManager" I tried :
thanks for your help
I can't transalte the title of a RelationManager
in "CategoriesRelationManager" I tried :
- public static function getPluralModelLabel(): string { return __('fields.categories'); }
- public static ?string $pluralModelLabel = "Categorias";
- $table->recordTitle(fn (): string => "Categorias")
- $table->recordTitle(fn (): string => __('fields.categories'))
thanks for your help
