diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2020-03-17 12:18:43 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-03-17 12:18:43 +0000 |
commit | cf5c30de80a3adb19f218157ec7a2814f4939616 (patch) | |
tree | ef9a64d149b2b413e04d1eeb982173af894b6749 | |
parent | eada781b259a22fe53c7ea4e9354bf174bece974 (diff) | |
parent | 6ed433d56901146b8eb25769a1712d9f8b4f94ab (diff) |
Merge "Fix the description in string.xml" into rvc-dev
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index f1e20f3..58335b3 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -21,7 +21,7 @@ <!-- Notifications are shown after the user logs in to a captive portal network, to indicate that the network should now have internet connectivity. This is the description of the channel for these notifications. [CHAR LIMIT=300] --> - <string name="notification_channel_description_connected">Notifications shown when the device has successfully and authenticated to a captive portal network</string> + <string name="notification_channel_description_connected">Notifications shown when the device has successfully authenticated to a captive portal network</string> <!-- Notifications are shown when a user connects to a network that advertises a venue information page, so that the user can access that page. This is the channel name of |