Update string associated with Connected, Always On or Insecure VPNs
Previously these strings were separated with a comma, but the new design is to separate them with a "/" and to not include always-on information if the vpn is also insecure. Comment thread on the strings doc: https://docs.google.com/document/d/1hjaYuGmvNzCKPOrmjixpmLLXBV8cbxgrZ3eN4KvC4E8/edit?resourcekey=0-zo7B2GVc9luQTut0o8THNA&hl=zh-TW&forcehl=1&disco=AAAAIF3eiQY screenshot: https://screenshot.googleplex.com/BmBroUZtmUPJz9s Test: atest -c SettingsUnitTests Bug: 176821216 Change-Id: Ib9c273de61c9722b0beb6fba127e7481e6c64705
This commit is contained in:
@@ -7170,9 +7170,9 @@
|
||||
<!-- Preference summary for app not supporting always-on VPN [CHAR LIMIT=40] -->
|
||||
<string name="vpn_always_on_summary_not_supported">Not supported by this app</string>
|
||||
<!-- Preference summary for a VPN app that is set to be always-on. [CHAR LIMIT=40] -->
|
||||
<string name="vpn_always_on_summary_active">Always-on active</string>
|
||||
<string name="vpn_always_on_summary_active">Always on</string>
|
||||
<!-- Preference summary for a VPN app that has an insecure type. [CHAR LIMIT=40] -->
|
||||
<string name="vpn_insecure_summary">not secure VPN</string>
|
||||
<string name="vpn_insecure_summary">Not secure</string>
|
||||
<!-- Preference title for the toggle that controls whether to force all network connections to
|
||||
go through VPN. [CHAR LIMIT=40] -->
|
||||
<string name="vpn_require_connection">Block connections without VPN</string>
|
||||
|
Reference in New Issue
Block a user