Customizing labels
Labels are the text on a Verify page or text on buttons that are displayed to the user. The text can be changed to customize the display as needed. You can also add your own labels and reference them on Verify pages.
Before you begin
About this task
Labels are defined in a single .properties file and then apply across the Verify pages.
An example of the label format is:
$SOCIAL_LOGIN_ALTERNATE_SIGNIN$=Sign in another way
Where:
- $SOCIAL_LOGIN_ALTERNATE_SIGNIN$
- is the label name.
- Sign in another way
- is the label definition.