Skip to content

Commit 477e712

Browse files
committed
copy
1 parent e24261c commit 477e712

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/status_im/contexts/keycard/different_card/view.cljs

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
{:icon-name :i/close
1212
:on-press events-helper/navigate-back}]
1313
[quo/page-top
14-
{:title "It’s a different Keycard"
14+
{:title (i18n/label :t/different-keycard)
1515
:description :text
16-
:description-text "Please scan Keycard you previously scanned"}]
16+
:description-text (i18n/label :t/scan-previous-keycard)}]
1717
[rn/view {:style {:flex 1}}]
1818
[rn/view {:padding-horizontal 20}
1919
[quo/button {:on-press events-helper/navigate-back}
2020
(i18n/label :t/try-again)]]])
21+

translations/en.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,7 @@
779779
"device-syncing": "Device syncing",
780780
"devices": "Devices",
781781
"devices-count": "{{number}} devices",
782+
"different-keycard": "It’s a different Keycard",
782783
"disable": "disable",
783784
"disable-all": "Disable all",
784785
"disable-later-in-settings": "You can disable this later in Settings",
@@ -1030,7 +1031,7 @@
10301031
"external-storage-denied": "Access to external storage is denied",
10311032
"factory-reset": "Factory reset",
10321033
"factory-reset-keycard": "Factory reset this Keycard",
1033-
"factory-reset-warning": "All data will be erased from the Keycard. Please ensure you have a backup of your recovery phrase before proceeding with the factory reset.",
1034+
"factory-reset-warning": "All data will be erased from the Keycard. Please ensure you have a backup of your recovery phrase before proceeding with the factory reset. If this Keycard stores the last copy of the key pair, consider switching to password-based authentication for the profile by performing the “Stop using Keycard” action. ",
10341035
"failed": "Failed",
10351036
"failed-on": "Failed on",
10361037
"failed-to-fetch-community": "Failed to fetch community",
@@ -2244,6 +2245,7 @@
22442245
"scan-or-enter-a-sync-code": "Scan or enter a sync code",
22452246
"scan-or-enter-sync-code": "Scan or enter sync code",
22462247
"scan-or-enter-sync-code-seen-on-this-device": "Scan or enter sync code seen on this device",
2248+
"scan-previous-keycard": "Please scan Keycard you previously scanned",
22472249
"scan-qr": "Scan QR",
22482250
"scan-qr-code": "Scan QR code",
22492251
"scan-sync-code": "Scan Sync Code",

0 commit comments

Comments
 (0)