Change lockscreen text from "Emergency call" to "Emergency"

Bug: 216229092
Fix: 216229092
Test: manual
Change-Id: I0e8e072769dd72b7642adf675f8fae7e3d8be8bd
This commit is contained in:
Patrick Huang
2022-03-08 21:52:19 +00:00
parent 648426f3fe
commit df57b31a28

View File

@@ -2415,7 +2415,7 @@
<!-- On the unlock pattern screen, shown at the top of the unlock screen to tell the user what to do. Below this text is the place for theu ser to draw the pattern. -->
<string name="lockscreen_pattern_instructions">Draw pattern to unlock</string>
<!-- Button at the bottom of the unlock screen to make an emergency call or access other emergency assistance functions. -->
<string name="lockscreen_emergency_call">Emergency call</string>
<string name="lockscreen_emergency_call">Emergency</string>
<!-- Button at the bottom of the unlock screen that lets the user return to a call -->
<string name="lockscreen_return_to_call">Return to call</string>
<!-- Shown to confirm that the user entered their lock pattern correctly. -->