From 953cad130cfd84b17fefc1ef71de84caf3321f71 Mon Sep 17 00:00:00 2001 From: Danny Cho Date: Tue, 15 Aug 2023 10:53:46 +1200 Subject: [PATCH 1/2] fix: update migration label, removed old translation on KR and EU --- packages/frontend/src/translations/en.global.json | 2 +- packages/frontend/src/translations/kr.global.json | 1 - packages/frontend/src/translations/ru.global.json | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/frontend/src/translations/en.global.json b/packages/frontend/src/translations/en.global.json index 20fe888f24..5b44670ebc 100644 --- a/packages/frontend/src/translations/en.global.json +++ b/packages/frontend/src/translations/en.global.json @@ -791,7 +791,7 @@ } }, "migration": { - "message": "The NEAR Wallet will no longer be available after October 31st, 2023. Migrate accounts with your recovery phrase or the Transfer Wizard to ensure uninterrupted account access. Learn More", + "message": "As of October 31st, 2023 the NEAR wallet will be discontinued. No changes will be made to your account or it’s assets. Use your recovery phrase or the Transfer Wizard to securely migrate to a different wallet. Learn More", "redirectCaption": "Learn More", "transferCaption": "Transfer My Accounts" }, diff --git a/packages/frontend/src/translations/kr.global.json b/packages/frontend/src/translations/kr.global.json index 3889b14440..fbdcb11c99 100644 --- a/packages/frontend/src/translations/kr.global.json +++ b/packages/frontend/src/translations/kr.global.json @@ -790,7 +790,6 @@ } }, "migration": { - "message": "NEAR Wallet은 2023년 10월 31일 이후에는 더 이상 사용하실 수 없습니다. 복구 단어(Passphrase)들을 사용하여 계정을 다른 지갑에서 등록 하시거나계정 이전 도우미를 사용하여 계정을 이전 후 다른 지갑에서 계속 사용 하실수 있습니다. 자세히 알아보기", "redirectCaption": "더 알아보기", "transferCaption": "계정 전송" }, diff --git a/packages/frontend/src/translations/ru.global.json b/packages/frontend/src/translations/ru.global.json index aa429bdfa9..b76fd37706 100644 --- a/packages/frontend/src/translations/ru.global.json +++ b/packages/frontend/src/translations/ru.global.json @@ -551,7 +551,6 @@ } }, "migration": { - "message": "Кошелёк NEAR будет недоступен с 31го октября 2023. Перенесите свои аккаунты с помощью фразы восстановления из 12 слов или инструкции по переносу для дальнейшего использования своего аккаунта. Узнать больше", "transferCaption": "Перенести Мои Аккаунты", "redirectCaption": "Перейти на MyNearWallet" }, From 6dd7338c803db833948ffa56aba1155df429f2ae Mon Sep 17 00:00:00 2001 From: Danny Cho Date: Tue, 15 Aug 2023 11:06:23 +1200 Subject: [PATCH 2/2] fix: grammar fix on the label --- packages/frontend/src/translations/en.global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/translations/en.global.json b/packages/frontend/src/translations/en.global.json index 5b44670ebc..368b8247ce 100644 --- a/packages/frontend/src/translations/en.global.json +++ b/packages/frontend/src/translations/en.global.json @@ -791,7 +791,7 @@ } }, "migration": { - "message": "As of October 31st, 2023 the NEAR wallet will be discontinued. No changes will be made to your account or it’s assets. Use your recovery phrase or the Transfer Wizard to securely migrate to a different wallet. Learn More", + "message": "As of October 31st, 2023 the NEAR wallet will be discontinued. No changes will be made to your account or its assets. Use your recovery phrase or the Transfer Wizard to securely migrate to a different wallet. Learn More", "redirectCaption": "Learn More", "transferCaption": "Transfer My Accounts" },