Skip to content

Commit 398c30e

Browse files
authored
chore: Give non-destructive instructions when Keycard migration failed (#21843)
1 parent 3191c70 commit 398c30e

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

src/status_im/contexts/keycard/migrate/fail/view.cljs

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
customization-color (rf/sub [:profile/customization-color])]
1414
[:<>
1515
[quo/page-top
16-
{:title (i18n/label :t/failed-to-migrate-key-pair)
16+
{:title (i18n/label :t/something-didnt-go-as-planned)
1717
:description :context-tag
1818
:context-tag {:full-name profile-name
1919
:profile-picture profile-picture
@@ -24,9 +24,9 @@
2424
{:resize-mode :contain
2525
:source (resources/get-image :keycard-migration-failed)}]]
2626
[quo/divider-label (i18n/label :t/what-you-can-do)]
27-
[quo/markdown-list {:description (i18n/label :t/log-out-remove-profile)}]
28-
[quo/markdown-list {:description (i18n/label :t/recover-status-profile)}]
27+
[quo/markdown-list {:description (i18n/label :t/keycard-migration-failed-instruction-1)}]
28+
[quo/markdown-list {:description (i18n/label :t/keycard-migration-failed-instruction-2)}]
2929
[quo/bottom-actions
3030
{:actions :one-action
31-
:button-one-label (i18n/label :t/log-out-remove)
31+
:button-one-label (i18n/label :t/logout)
3232
:button-one-props {:on-press #(rf/dispatch [:profile/logout])}}]]))

translations/en.json

+3
Original file line numberDiff line numberDiff line change
@@ -1386,6 +1386,8 @@
13861386
"keycard-is-frozen-reset": "Reset with PUK",
13871387
"keycard-is-frozen-title": "Keycard is frozen",
13881388
"keycard-locked": "Keycard is locked",
1389+
"keycard-migration-failed-instruction-1": "Try logging out and logging back in with Keycard; everything might work fine.",
1390+
"keycard-migration-failed-instruction-2": "If the key pair hasn’t migrated to Keycard, remove your profile, and recover it using your recovery phrase.",
13891391
"keycard-not-empty": "Keycard is not empty",
13901392
"keycard-onboarding-finishing-header": "Finishing up",
13911393
"keycard-onboarding-intro-header": "Store your keys on Keycard",
@@ -2427,6 +2429,7 @@
24272429
"slippage-should-be-more-than-0": "Slippage should be more than 0",
24282430
"slow": "Slow",
24292431
"something-about-you": "Something about you",
2432+
"something-didnt-go-as-planned": "Something didn't go as planned",
24302433
"something-went-wrong": "Something went wrong",
24312434
"something-went-wrong-please-try-again-later": "Something went wrong. Modify swap parameters or try again later.",
24322435
"soon": "Soon",

0 commit comments

Comments
 (0)