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:
Martin Hibdon 2014-04-22 17:19:33 -07:00
parent 2883e37f0a
commit 8b063aa979

View File

@ -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);
}
}