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

Commit b7b686ca authored by Paul Lawrence's avatar Paul Lawrence Committed by Android (Google) Code Review
Browse files

Merge "Fix encryption strings" into lmp-dev

parents d5a497b8 ad8bd85d
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -790,21 +790,21 @@
    <!-- Informational text in the first confirmation screen before starting device encryption -->
    <string name="crypt_keeper_desc" product="tablet">
    You can encrypt your accounts, settings, downloaded apps and their data,
    media, and other files. After you encrypt your tablet, assuming you\ve set up a screen lock
    media, and other files. After you encrypt your tablet, assuming you\'ve set up a screen lock
    (that is, a pattern or numeric PIN or password), you\'ll need to unlock the screen to decrypt
    the tablet every time you power it on. The only other way to decrypt is to perform a factory
    data reset, erasing all your data.\n\nEncryption takes an hour or more. You must start with
    a charged battery and keep your tablet plugged in throughout the process. If you interrupt,
    you\ll lose some or all of your data</string>
    a charged battery and keep your tablet plugged in throughout the process. If you interrupt it,
    you\'ll lose some or all of your data</string>
    <!-- Informational text in the first confirmation screen before starting device encryption -->
    <string name="crypt_keeper_desc" product="default">
    You can encrypt your accounts, settings, downloaded apps and their data,
    media, and other files. After you encrypt your phone, assuming youve set up a screen lock
    media, and other files. After you encrypt your phone, assuming you\'ve set up a screen lock
    (that is, a pattern or numeric PIN or password), you\'ll need to unlock the screen to decrypt
    the phone every time you power it on. The only other way to decrypt is to perform a factory
    data reset, erasing all your data.\n\nEncryption takes an hour or more. You must start with
    a charged battery and keep your phone plugged in throughout the process. If you interrupt,
    you\ll lose some or all of your data.</string>
    a charged battery and keep your phone plugged in throughout the process. If you interrupt it,
    you\'ll lose some or all of your data.</string>

    <!-- Button text to start encryption process -->
    <string name="crypt_keeper_button_text" product="tablet">Encrypt tablet</string>