am 8b063aa9: Fix a typo I introduced in a previous change

* commit '8b063aa9797dae585b98be97ad6f503404bc78f7':
  Fix a typo I introduced in a previous change
This commit is contained in:
Martin Hibdon 2014-04-23 00:24:33 +00:00 committed by Android Git Automerger
commit 6bc254d0ed
1 changed files with 1 additions and 1 deletions

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