diff options
| author | 2023-04-17 10:01:45 +0000 | |
|---|---|---|
| committer | 2023-04-17 10:01:45 +0000 | |
| commit | 88412133aaafa3af6b79ba8f200b5c275dd15d38 (patch) | |
| tree | 4959a1d4b0fa82d72cd867fd52292ae4db5d4130 | |
| parent | b25525c86a9d2f16379023eb58d2131fc9c3f5a6 (diff) | |
| parent | cc5d3df9e88920518b8d2a826c1f354c2bb4f1a9 (diff) | |
Merge "Update mini-resolver string to match requirements" into udc-dev
| -rw-r--r-- | core/res/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index ccd0dccd1364..362d8596ebb8 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -5907,9 +5907,9 @@ <string name="resolver_no_personal_apps_available">No personal apps</string> <!-- Dialog title. User must choose between opening content in a cross-profile app or same-profile browser. [CHAR LIMIT=NONE] --> - <string name="miniresolver_open_in_personal">Open <xliff:g id="app" example="YouTube">%s</xliff:g> in your personal profile?</string> + <string name="miniresolver_open_in_personal">Open personal <xliff:g id="app" example="YouTube">%s</xliff:g></string> <!-- Dialog title. User must choose between opening content in a cross-profile app or same-profile browser. [CHAR LIMIT=NONE] --> - <string name="miniresolver_open_in_work">Open <xliff:g id="app" example="YouTube">%s</xliff:g> in your work profile?</string> + <string name="miniresolver_open_in_work">Open work <xliff:g id="app" example="YouTube">%s</xliff:g></string> <!-- Button option. Open the link in the personal browser. [CHAR LIMIT=NONE] --> <string name="miniresolver_use_personal_browser">Use personal browser</string> <!-- Button option. Open the link in the work browser. [CHAR LIMIT=NONE] --> |