diff options
| author | 2023-06-05 04:31:11 +0000 | |
|---|---|---|
| committer | 2023-06-05 04:31:11 +0000 | |
| commit | 7b032b3c072d400a9cbbb64579fc8a9f66873c29 (patch) | |
| tree | f2641ae860a989b8b9b57f910d3ccc69e48e81b5 | |
| parent | 4855cf3b339ca7a572d75d90ace950b59c06fec6 (diff) | |
| parent | 32424ab5420966d2be3ca0606b813d11218f082e (diff) | |
Merge "Add `the app` string in confirmation_title" into udc-qpr-dev
| -rw-r--r-- | packages/CompanionDeviceManager/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/CompanionDeviceManager/res/values/strings.xml b/packages/CompanionDeviceManager/res/values/strings.xml index 539857951ab1..7a6fad4b6d51 100644 --- a/packages/CompanionDeviceManager/res/values/strings.xml +++ b/packages/CompanionDeviceManager/res/values/strings.xml @@ -20,7 +20,7 @@ <string name="app_label">Companion Device Manager</string> <!-- Title of the device association confirmation dialog. --> - <string name="confirmation_title">Allow <strong><xliff:g id="app_name" example="Android Wear">%1$s</xliff:g></strong> to access <strong><xliff:g id="device_name" example="ASUS ZenWatch 2">%2$s</xliff:g></strong>?</string> + <string name="confirmation_title">Allow the app <strong><xliff:g id="app_name" example="Android Wear">%1$s</xliff:g></strong> to access <strong><xliff:g id="device_name" example="ASUS ZenWatch 2">%2$s</xliff:g></strong>?</string> <!-- ================= DEVICE_PROFILE_WATCH and null profile ================= --> |