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
Screenshot_2024-06-24_alle_17.06.39.png
Was this page helpful?