Custom browser tab title
Maybe this is a simple question but, when i visualize a resource, in the browser tab i get the title i choosse with
public function getTitle(): string
{
return __('customer.customers');
}
followed by a -
how can i customize this title to remove the - or add something after? (for example the title of the single resource when edit)
Thanks
public function getTitle(): string
{
return __('customer.customers');
}
followed by a -
how can i customize this title to remove the - or add something after? (for example the title of the single resource when edit)
Thanks
