Use the correct string for the password label
b/14257168 Change-Id: I08a73bbb91bd4f897617617b67cf51fe4f0c2b7f
This commit is contained in:
parent
8b063aa979
commit
91eec1a519
@ -346,7 +346,7 @@ public class AccountSetupIncomingFragment extends AccountServerBaseFragment
|
||||
if (mServiceInfo.offerOAuth) {
|
||||
mAuthenticationLabel.setText(R.string.authentication_label);
|
||||
} else {
|
||||
mAuthenticationLabel.setText(R.string.password_hint);
|
||||
mAuthenticationLabel.setText(R.string.account_setup_basics_password_label);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user