How to change text field label on SSO login pageSummaryHow to update the label on a text field in an SSO login page? For example, when clicking on "Login with SSO," the label shows "Work Email" and you want to change it to "Email".InstructionsThe system property glide.authenticate.multisso.login_locate.user_field controls this behaviour. By default, its value is set to user_name. However, if it is set to email, the label displayed on the UI comes from the column label defined in the dictionary for that field. For instance, if the field is labelled as "Work Email" in the dictionary, that label will appear on the UI. If you'd prefer it to display as "Email," simply update the dictionary label accordingly.