Phone
In this section we will describe how to customize the Wallet component text for Phone Credential.
For example, if you want to configure the strings for your language, insert the strings in the intl_en.arb file.
Start View
This is the view where you need to insert your phone number.
The text components in the intl_en.arb file are:
- "ADD_PHONE_HINT" for the Title.
- "ADD_PHONE_MSG" for the Message.
- "ADD_PHONE_DECORATION_HINT" for Insert Number decoration Label.
- "ADD_PHONE_CONFIRM_DECORATION_HINT" for Confirm Number Decoration Label.
- "BTN_NEXT" for the Next Button's text.
For the Error Text Components:
- "ADD_PHONE_ERROR" for Error on Add Phone Process.
- "ADD_PHONE_FORMAT_ERROR" for Error on Format of Phone.
- "ADD_PHONE_NOT_THE_SAME_ERROR" for Error on phone numbers not corresponding.
Request Send View
This is the view where the request for credential is send.
The text components in the intl_en.arb file are:
- "GENERIC_REQUEST_TITLE" for the Title.
- "GENERIC_REQ_OK_WAIT_NOT_SMS" for the Message.
- "BTN_OK" for the Ok Button's text.
The entire process between the request and the release of the Credential is shown in the Notification Process section. ADD LINK
Credential View
This is the view of credential acquired.
The text components in the intl_en.arb file are:
- "phone" for the Phone Label.
- "timestamp" for Credential Issue Date Label.
Note: The * is a Notification Component, see more.
Sms Notification Process
This is the view where the user have to confirm his phone credential. There are no text components in the intl_en.arb here.
- Sms request for confirm.
- Page view with Confirm Number button.
- Success confirm.