Use the correct string for the password label

b/14257168

Change-Id: I08a73bbb91bd4f897617617b67cf51fe4f0c2b7f
This commit is contained in:
Martin Hibdon 2014-04-22 17:31:47 -07:00
parent 8b063aa979
commit 91eec1a519
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);
}
}