diff --git a/src/status_im/contexts/onboarding/create_or_sync_profile/view.cljs b/src/status_im/contexts/onboarding/create_or_sync_profile/view.cljs index d035ef57d6..70795e62d7 100644 --- a/src/status_im/contexts/onboarding/create_or_sync_profile/view.cljs +++ b/src/status_im/contexts/onboarding/create_or_sync_profile/view.cljs @@ -96,32 +96,16 @@ :image (resources/get-image :use-keycard) :on-press status-im.common.not-implemented/alert}])) -(defn- use-a-seed-phrase-icon-card +(defn- log-in-by-syncing-icon-card [] [quo/small-option-card {:variant :icon - :title (i18n/label :t/use-a-seed-phrase) - :subtitle (i18n/label :t/use-a-seed-phrase-subtitle) - :accessibility-label :use-a-seed-phrase-icon-card + :title (i18n/label :t/log-in-with-seed-phrase) + :subtitle (i18n/label :t/log-in-with-seed-phrase-subtitles) + :accessibility-label :log-in-by-syncing-icon-card :image (resources/get-image :ethereum-address) :on-press nav-to-seed-phrase-with-cur-screen}]) -(defn- use-an-empty-keycard - [] - (when config/show-not-implemented-features? - [quo/small-option-card - {:variant :icon - :title (i18n/label :t/use-keycard) - :subtitle (i18n/label :t/use-keycard-subtitle) - :accessibility-label :use-keycard-option-card - :image (resources/get-image :use-keycard) - :on-press status-im.common.not-implemented/alert}])) - - - - - - (defn sign-in-options [sign-in-type] (let [window-height (rf/sub [:dimensions/window-height]) diff --git a/translations/en.json b/translations/en.json index 8a7e0ca2ab..79a3794b04 100644 --- a/translations/en.json +++ b/translations/en.json @@ -1460,6 +1460,8 @@ "local-pairing-experimental-mode": "Local Pairing Mode (alpha)", "lock-app-with": "Lock app with", "log-in": "Log in", + "log-in-by-syncing":"Log in by syncing", + "log-in-by-syncing-subtitle":"If you have your profile on another device", "log-in-with-seed-phrase": "Log in with seed phrase", "log-in-with-seed-phrase-subtitle": "If you have your Status seed phrase", "log-level": "Log level",