-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Milestone
Description
Step 2: Describe your environment
- Android device: LG ThinQ (applies to all)
- Android OS version: 9
- Google Play Services version: 17.0.0
- Firebase/Play Services SDK version: 17.0.0
- FirebaseUI version: 19.3.0
Step 3: Describe the problem:
It should be possible to set different strings as the password hint when the user is asked to create a new password and when he should enter an already existing one.
Steps to reproduce:
- Overwrite the string 'fui_password_hint' in strings.xml with a different value, e.g. 'Set new password'
- Register new email address and see the password hint
- Use an email address that has been registered before and see the password hint
Observed Results:
- The strings shown are the same. It is not possible to change one of them without changing the other one.
Expected Results:
- When overwriting the string 'fui_password_hint' in strings.xml with for example value 'Set new password' I would expect only one string to change. In other words, it should be possible to set different strings as the password hint when the user is asked to create a new password and when he should enter an already existing one.
Relevant Code:
<string name="fui_password_hint" translation_description="Hint for password input field">Set new password</string>
ishaansrm