From a1dc0462c73ab916247fee72f845f8b7aeaf54ed Mon Sep 17 00:00:00 2001 From: Andrey Shovkoplyas Date: Tue, 16 Jun 2020 10:10:55 +0200 Subject: [PATCH] [#10761] Copy change for iOS only Signed-off-by: Andrey Shovkoplyas --- .../ui/screens/privacy_and_security_settings/views.cljs | 7 +++++-- translations/en.json | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/status_im/ui/screens/privacy_and_security_settings/views.cljs b/src/status_im/ui/screens/privacy_and_security_settings/views.cljs index 115e9d9d87..dc048ee65e 100644 --- a/src/status_im/ui/screens/privacy_and_security_settings/views.cljs +++ b/src/status_im/ui/screens/privacy_and_security_settings/views.cljs @@ -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 diff --git a/translations/en.json b/translations/en.json index 7bcf721e18..76f1ce4ee0 100644 --- a/translations/en.json +++ b/translations/en.json @@ -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",