We are looking for a way to replace the text 'Clarity' on the browser tab with the business reference name of the application.
Release : 16.0, 16.0.1
Component :
To change the product text on the browser tab, in Classic, go to Administration > UI Themes
Find the one you are using and look for this section #ppm_header_product
You can edit, for example:
/* The product name itself */
#ppm_header_product span:before, #ppm_header_product_small span:before {
content: "My Company DEV Environment";
}
Please note that this does not work if using a Phoenix UI theme.
DE64975 is a defect which will be targeted for a future release or patch.