diff options
author | Paul Jensen <pauljensen@google.com> | 2015-05-06 14:40:59 -0400 |
---|---|---|
committer | Paul Jensen <pauljensen@google.com> | 2015-06-03 09:12:25 -0400 |
commit | 65636fb23c86e546dc4ce584481fa58bf72e4945 (patch) | |
tree | 46549d5833188e6f18015405758da71a30c28bc1 /packages/CaptivePortalLogin/res | |
parent | 99fbb56a0ab81ead404480f0c2df529332a93a32 (diff) | |
download | frameworks_base-65636fb23c86e546dc4ce584481fa58bf72e4945.zip frameworks_base-65636fb23c86e546dc4ce584481fa58bf72e4945.tar.gz frameworks_base-65636fb23c86e546dc4ce584481fa58bf72e4945.tar.bz2 |
Update captive portal sign-in app SSL error page UI.
Add text and update image as per UX team recommendations.
Add "Use as is and open browser" link.
Bug:18791346
Bug:20038019
Bug:20486308
Change-Id: Ibf6d1493f5332e7905154cc7306645ac4c1a6283
Diffstat (limited to 'packages/CaptivePortalLogin/res')
-rw-r--r-- | packages/CaptivePortalLogin/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/CaptivePortalLogin/res/values/strings.xml b/packages/CaptivePortalLogin/res/values/strings.xml index 8348be9..b1a3852 100644 --- a/packages/CaptivePortalLogin/res/values/strings.xml +++ b/packages/CaptivePortalLogin/res/values/strings.xml @@ -5,5 +5,8 @@ <string name="action_use_network">Use this network as is</string> <string name="action_do_not_use_network">Do not use this network</string> <string name="action_bar_label">Sign in to network</string> + <string name="ssl_error_warning">The network you’re trying to join has security issues.</string> + <string name="ssl_error_example">For example, the login page may not belong to the organization shown.</string> + <string name="ssl_error_continue">Continue anyway via browser</string> </resources> |