am 91eec1a5: Use the correct string for the password label

* commit '91eec1a519562149fff96e37299f492d25a49551':
  Use the correct string for the password label
This commit is contained in:
Martin Hibdon 2014-04-23 00:51:50 +00:00 committed by Android Git Automerger
commit b3d0bda59d
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_hint);
mAuthenticationLabel.setText(R.string.account_setup_basics_password_label);
}
}