Fix a typo I introduced in a previous change
b/14257168 In this CL I changed the name of a string, but missed one place where it was references. https://googleplex-android-review.git.corp.google.com/#/c/453472/ Change-Id: I7d943a2209f2defb6f0eb846b6f361a08f40f756
This commit is contained in:
parent
2883e37f0a
commit
8b063aa979
@ -346,7 +346,7 @@ public class AccountSetupIncomingFragment extends AccountServerBaseFragment
|
||||
if (mServiceInfo.offerOAuth) {
|
||||
mAuthenticationLabel.setText(R.string.authentication_label);
|
||||
} else {
|
||||
mAuthenticationLabel.setText(R.string.password_label);
|
||||
mAuthenticationLabel.setText(R.string.password_hint);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user