commit | e80c7812d404e44ea22435f81236658ede2b737f | [log] [tgz] |
---|---|---|
author | Matt Pietal <mpietal@google.com> | Fri Mar 20 14:02:52 2020 -0400 |
committer | Matt Pietal <mpietal@google.com> | Fri Mar 20 17:38:06 2020 -0400 |
tree | 1eb02955f261a787ac706f2f4ccc253072c72900 | |
parent | 20cf3de04c0210b45681bcb2c0edb62efce39970 [diff] |
Controls UI - Update strings to match latest guidance Update existing strings, and add strings that we will need to complete the implementation Bug: 151322044 Test: visual Change-Id: Iee922e8f6db6c3058dc9c5ce77eef63c9b6bd2db
diff --git a/packages/SystemUI/src/com/android/systemui/controls/ui/ChallengeDialogs.kt b/packages/SystemUI/src/com/android/systemui/controls/ui/ChallengeDialogs.kt index 2494fd1..15c2a0a 100644 --- a/packages/SystemUI/src/com/android/systemui/controls/ui/ChallengeDialogs.kt +++ b/packages/SystemUI/src/com/android/systemui/controls/ui/ChallengeDialogs.kt
@@ -50,7 +50,8 @@ cvh.context, android.R.style.Theme_DeviceDefault_Dialog_Alert ).apply { - setTitle(R.string.controls_pin_verify) + val res = cvh.context.resources + setTitle(res.getString(R.string.controls_pin_verify, *arrayOf(cvh.title.getText()))) setView(R.layout.controls_dialog_pin) setPositiveButton( android.R.string.ok,