diff --git a/res/values/evolution_strings.xml b/res/values/evolution_strings.xml
index 206199bdb66..b876f54bf42 100644
--- a/res/values/evolution_strings.xml
+++ b/res/values/evolution_strings.xml
@@ -116,4 +116,7 @@
%1$s today
+
+
+ Unlock automatically if you input a correct PIN. This is slightly less secure than tapping Enter to confirm.
diff --git a/res/xml/screen_lock_settings.xml b/res/xml/screen_lock_settings.xml
index e46d70c1bb2..adf4b569184 100644
--- a/res/xml/screen_lock_settings.xml
+++ b/res/xml/screen_lock_settings.xml
@@ -39,7 +39,7 @@
+ android:summary="@string/lock_screen_auto_pin_confirm_summary_custom" />
= MIN_AUTO_PIN_REQUIREMENT_LENGTH);
}
} else {
mAutoPinConfirmOption.setVisibility(View.GONE);