diff options
author | 2024-04-19 18:12:41 +0000 | |
---|---|---|
committer | 2024-04-19 18:12:41 +0000 | |
commit | 767be2d49a2576aa980a4761d9f7c484a9fc18d6 (patch) | |
tree | c850c674de5ab9354b6f55abc760fbf5763fe15c /java/res | |
parent | 16b13dc38e94325fcaee07bc94470dc5c7e4b10f (diff) | |
parent | 4ca5dc54a57d61b8bd116a2259f51a7cdc5ea184 (diff) |
Merge "Fix "NoAppsAvailableEmptyStateProvider" message for Private" into main
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index 5c1210b7..17a514d7 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -295,6 +295,9 @@ <!-- Error message. This text lets the user know that their current personal apps don't support the specific content. [CHAR LIMIT=NONE] --> <string name="resolver_no_personal_apps_available">No personal apps</string> + <!-- Error message. This text lets the user know that their current private apps don't support the specific content. [CHAR LIMIT=NONE] --> + <string name="resolver_no_private_apps_available">No private 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> <!-- Dialog title. User must choose between opening content in a cross-profile app or same-profile browser. [CHAR LIMIT=NONE] --> |