[#10761] Copy change for iOS only

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
Andrey Shovkoplyas 2020-06-16 10:10:55 +02:00
parent 26f1afc560
commit a1dc0462c7
No known key found for this signature in database
GPG Key ID: EAAB7C8622D860A4
2 changed files with 6 additions and 2 deletions

View File

@ -6,7 +6,8 @@
[status-im.ui.components.list.views :as list]
[status-im.ui.components.react :as react]
[status-im.multiaccounts.biometric.core :as biometric]
[status-im.ui.components.topbar :as topbar])
[status-im.ui.components.topbar :as topbar]
[status-im.utils.platform :as platform])
(:require-macros [status-im.utils.views :as views]))
(defn- list-data [mnemonic preview-privacy? supported-biometric-auth biometric-auth? _]
@ -56,7 +57,9 @@
:accessibility-label :dapps-permissions-button
:accessories [:chevron]}
{:type :small
:title :t/hide-content-when-switching-apps
:title (if platform/android?
:t/hide-content-when-switching-apps
:t/hide-content-when-switching-apps-ios)
:container-margin-bottom 8
:accessories
[[react/switch

View File

@ -490,6 +490,7 @@
"help-capitalized": "Help",
"help-center": "Help Center",
"hide-content-when-switching-apps": "Block screenshots",
"hide-content-when-switching-apps-ios": "Hide preview",
"history": "History",
"hold-card": "Hold card to the back\n of your phone",
"home": "Home",