summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Evan Chen <evanxinchen@google.com> 2022-03-08 21:00:47 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2022-03-08 21:00:47 +0000
commit66d8ccc5ada0bb2d10a88100fc6aca53a1710e23 (patch)
tree8b4b2bb294f53c239e50d48ce2e2bd9c9eb78fef
parentedcfc18b9bf01eb395660fc7174a9c8f1ff881cf (diff)
parent4ed4ebae60a48db8c3b203dc6626650dcc1bd64c (diff)
Merge "Fix the string typo for app_streaming role" into tm-dev
-rw-r--r--packages/CompanionDeviceManager/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/CompanionDeviceManager/res/values/strings.xml b/packages/CompanionDeviceManager/res/values/strings.xml
index c4ad432b092e..55a199813388 100644
--- a/packages/CompanionDeviceManager/res/values/strings.xml
+++ b/packages/CompanionDeviceManager/res/values/strings.xml
@@ -45,7 +45,7 @@
<string name="permission_apps_summary">Stream your phone\u2019s apps</string>
<!-- Confirmation for associating an application with a companion device of APP_STREAMING profile (type) [CHAR LIMIT=NONE] -->
- <string name="title_app_streaming">Allow &lt;strong&gt;<xliff:g id="app_name" example="Exo">%1$s</xliff:g>&lt;/strong&gt; to access this information for your phone</string>
+ <string name="title_app_streaming">Allow &lt;strong&gt;<xliff:g id="app_name" example="Exo">%1$s</xliff:g>&lt;/strong&gt; to access this information from your phone</string>
<!-- Description of the privileges the application will get if associated with the companion device of APP_STREAMING profile (type) [CHAR LIMIT=NONE] -->
<string name="summary_app_streaming" product="default">Let &lt;strong&gt;<xliff:g id="app_name" example="Exo">%1$s</xliff:g>&lt;/strong&gt; to provide &lt;strong&gt;<xliff:g id="device_name" example="Pixelbook Go">%2$s</xliff:g>&lt;/strong&gt; remote access to access to applications installed on this phone when connected.</string>