Merge "Fix title of no-screen-lock notification" into udc-dev

This commit is contained in:
TreeHugger Robot
2023-05-10 14:33:36 +00:00
committed by Android (Google) Code Review

View File

@@ -1090,7 +1090,7 @@
<!-- Action label for the issue card in Safety Center when no screen lock is set [CHAR LIMIT=50] --> <!-- Action label for the issue card in Safety Center when no screen lock is set [CHAR LIMIT=50] -->
<string name="no_screen_lock_issue_action_label">Set screen lock</string> <string name="no_screen_lock_issue_action_label">Set screen lock</string>
<!-- Title of the notification shown by Safety Center when no screen lock is set. This notification is shown in the notification shade, outside of the main Safety Center UI. [CHAR LIMIT=50] --> <!-- Title of the notification shown by Safety Center when no screen lock is set. This notification is shown in the notification shade, outside of the main Safety Center UI. [CHAR LIMIT=50] -->
<string name="no_screen_lock_issue_notification_title">Device has no screen lock</string> <string name="no_screen_lock_issue_notification_title">Set a screen lock</string>
<!-- Summary/body text of the notification shown by Safety Center when no screen lock is set. This notification is shown in the notification shade, outside of the main Safety Center UI. [CHAR LIMIT=NONE] --> <!-- Summary/body text of the notification shown by Safety Center when no screen lock is set. This notification is shown in the notification shade, outside of the main Safety Center UI. [CHAR LIMIT=NONE] -->
<string name="no_screen_lock_issue_notification_text">For added security, set a PIN, pattern, or password for this device.</string> <string name="no_screen_lock_issue_notification_text">For added security, set a PIN, pattern, or password for this device.</string>