Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c5ed360 authored by Oli Thompson's avatar Oli Thompson
Browse files

Change strings in resolver switch

Bug: 264250829
Test: manually tested
Change-Id: Id1a39bdd3ec74e1c9c86fbb9c4bf97d34ec242ac
parent e05e51d3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5910,9 +5910,9 @@
    <string name="resolver_cant_access_personal_apps_explanation">This content can\u2019t be opened with personal apps</string>

    <!-- Error message. This text lets the user know that they need to turn on work apps in order to share or open content. There's also a button a user can tap to turn on the apps. [CHAR LIMIT=NONE] -->
    <string name="resolver_turn_on_work_apps">Work profile is paused</string>
    <!-- Button text. This button turns on a user's work profile so they can access their work apps and data. [CHAR LIMIT=NONE] -->
    <string name="resolver_switch_on_work">Tap to turn on</string>
    <string name="resolver_turn_on_work_apps">Work apps are paused</string>
    <!-- Button text. This button unpauses a user's work apps and data. [CHAR LIMIT=NONE] -->
    <string name="resolver_switch_on_work">Unpause</string>

    <!-- Error message. This text lets the user know that their current work apps don't support the specific content. [CHAR LIMIT=NONE] -->
    <string name="resolver_no_work_apps_available">No work apps</string>