Registration title change

I am using classic universal login and want to change registration title. Right now I can change singin title by using :

if (config.dict && config.dict.signin && config.dict.signin.title) {
languageDictionary = { title: ‘Erstelle jetzt deinen kostenlosen Account’ };
}
else if (typeof config.dict === ‘string’) {
language = config.dict;
}

But cant change the registration/signup title.

Also How I can detect sign up button/tab is pressed? can someone help me please?

Hi @shahrier16m,

Would you please share a screenshot of the element you would like to change? I suspect you are looking for the sigupTitle element, but can’t be sure.

Thanks!