Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c44ad35e authored by Paul Crowley's avatar Paul Crowley Committed by Android (Google) Code Review
Browse files

Merge "Use the right message for pattern/password." into lmp-mr1-dev

parents ab82c090 a8c76069
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -237,9 +237,9 @@ public class CryptKeeper extends Activity implements TextView.OnEditorActionList
                        if (passwordType == StorageManager.CRYPT_TYPE_PIN) {
                            status.setText(R.string.cryptkeeper_wrong_pin);
                        } else if (passwordType == StorageManager.CRYPT_TYPE_PATTERN) {
                            status.setText(R.string.cryptkeeper_wrong_password);
                            status.setText(R.string.cryptkeeper_wrong_pattern);
                        } else {
                            status.setText(R.string.cryptkeeper_wrong_pin);
                            status.setText(R.string.cryptkeeper_wrong_password);
                        }
                    }