From d06d45e30370775a9608bf72892a24abd5dafb1b Mon Sep 17 00:00:00 2001 From: Prayag <52105313+prayagd@users.noreply.github.com> Date: Wed, 9 Jul 2025 11:40:18 +0530 Subject: [PATCH 1/7] Add_progress_text --- apps/frontend/src/pages/progress/index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/frontend/src/pages/progress/index.tsx b/apps/frontend/src/pages/progress/index.tsx index 71642ec04..f7d9f38a2 100644 --- a/apps/frontend/src/pages/progress/index.tsx +++ b/apps/frontend/src/pages/progress/index.tsx @@ -273,6 +273,9 @@ const ProgressContent: FC = ({
{showIsDelayedWarning && } +

+ You may now close this screen. +

Date: Wed, 9 Jul 2025 11:53:01 +0530 Subject: [PATCH 2/7] Update index.tsx --- apps/frontend/src/pages/progress/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/frontend/src/pages/progress/index.tsx b/apps/frontend/src/pages/progress/index.tsx index f7d9f38a2..4d97244dd 100644 --- a/apps/frontend/src/pages/progress/index.tsx +++ b/apps/frontend/src/pages/progress/index.tsx @@ -273,8 +273,8 @@ const ProgressContent: FC = ({
{showIsDelayedWarning && } -

- You may now close this screen. +

+ 💡 You’re all set! You can now close this tab or grab a coffee while we finish up in the background.

Date: Tue, 15 Jul 2025 14:08:56 +0530 Subject: [PATCH 3/7] Add key for the progress screen text --- apps/frontend/src/translations/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/frontend/src/translations/en.json b/apps/frontend/src/translations/en.json index 69e5ff8ae..f44639798 100644 --- a/apps/frontend/src/translations/en.json +++ b/apps/frontend/src/translations/en.json @@ -345,6 +345,7 @@ "bridgingEVM": "Bridging {{assetSymbol}} from {{network}} --> Moonbeam", "brlaTeleport": "Your payment is being processed. This can take up to 5 minutes.", "createStellarAccount": "Creating Stellar account", + "closeProgressScreenText": "💡 You’re all set! You can now close this tab or grab a coffee while we finish up in the background." "estimatedTimeAssetHub": "This usually takes 4-6 minutes.", "estimatedTimeEVM": "This usually takes 6-8 minutes.", "executeSpacewalkRedeem": "Bridging {{assetSymbol}} to Stellar via Spacewalk", From c117e492212dfb5e0453943af592f4c03d44f630 Mon Sep 17 00:00:00 2001 From: Prayag <52105313+prayagd@users.noreply.github.com> Date: Tue, 15 Jul 2025 14:10:27 +0530 Subject: [PATCH 4/7] key updated --- apps/frontend/src/pages/progress/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/src/pages/progress/index.tsx b/apps/frontend/src/pages/progress/index.tsx index 4d97244dd..eedeac4d5 100644 --- a/apps/frontend/src/pages/progress/index.tsx +++ b/apps/frontend/src/pages/progress/index.tsx @@ -274,7 +274,7 @@ const ProgressContent: FC = ({
{showIsDelayedWarning && }

- 💡 You’re all set! You can now close this tab or grab a coffee while we finish up in the background. + {t("pages.progress.closeProgressScreenText")}

Date: Tue, 15 Jul 2025 14:12:56 +0530 Subject: [PATCH 5/7] Update pt.json --- apps/frontend/src/translations/pt.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/frontend/src/translations/pt.json b/apps/frontend/src/translations/pt.json index 1e6a53508..1d20b5d12 100644 --- a/apps/frontend/src/translations/pt.json +++ b/apps/frontend/src/translations/pt.json @@ -344,6 +344,7 @@ "bridgingEVM": "Transferindo {{assetSymbol}} de {{network}} --> Moonbeam", "brlaTeleport": "Seu pagamento está sendo processado. Isso pode levar até 5 minutos.", "createStellarAccount": "Criando conta Stellar", + "closeProgressScreenText": “💡 Tudo pronto! Você já pode fechar esta aba ou pegar um café enquanto finalizamos o processo em segundo plano.”, "estimatedTimeAssetHub": "Isso geralmente leva de 4 a 6 minutos.", "estimatedTimeEVM": "Isso geralmente leva de 6 a 8 minutos.", "executeSpacewalkRedeem": "Transferindo {{assetSymbol}} para Stellar via Spacewalk", From ca480def7a1fe858cc54eb653c57d2ddd724a9e7 Mon Sep 17 00:00:00 2001 From: Prayag <52105313+prayagd@users.noreply.github.com> Date: Tue, 15 Jul 2025 14:13:35 +0530 Subject: [PATCH 6/7] typo --- apps/frontend/src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/src/translations/en.json b/apps/frontend/src/translations/en.json index f44639798..a8fee4a8e 100644 --- a/apps/frontend/src/translations/en.json +++ b/apps/frontend/src/translations/en.json @@ -345,7 +345,7 @@ "bridgingEVM": "Bridging {{assetSymbol}} from {{network}} --> Moonbeam", "brlaTeleport": "Your payment is being processed. This can take up to 5 minutes.", "createStellarAccount": "Creating Stellar account", - "closeProgressScreenText": "💡 You’re all set! You can now close this tab or grab a coffee while we finish up in the background." + "closeProgressScreenText": "💡 You’re all set! You can now close this tab or grab a coffee while we finish up in the background.", "estimatedTimeAssetHub": "This usually takes 4-6 minutes.", "estimatedTimeEVM": "This usually takes 6-8 minutes.", "executeSpacewalkRedeem": "Bridging {{assetSymbol}} to Stellar via Spacewalk", From 86a513b99810afb7e7515a84484f0d6c979c84ba Mon Sep 17 00:00:00 2001 From: Marcel Ebert Date: Tue, 15 Jul 2025 11:00:44 +0200 Subject: [PATCH 7/7] Fix quotation marks --- apps/frontend/src/translations/pt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/src/translations/pt.json b/apps/frontend/src/translations/pt.json index 1d20b5d12..bb62db9fe 100644 --- a/apps/frontend/src/translations/pt.json +++ b/apps/frontend/src/translations/pt.json @@ -344,7 +344,7 @@ "bridgingEVM": "Transferindo {{assetSymbol}} de {{network}} --> Moonbeam", "brlaTeleport": "Seu pagamento está sendo processado. Isso pode levar até 5 minutos.", "createStellarAccount": "Criando conta Stellar", - "closeProgressScreenText": “💡 Tudo pronto! Você já pode fechar esta aba ou pegar um café enquanto finalizamos o processo em segundo plano.”, + "closeProgressScreenText": "💡 Tudo pronto! Você já pode fechar esta aba ou pegar um café enquanto finalizamos o processo em segundo plano.", "estimatedTimeAssetHub": "Isso geralmente leva de 4 a 6 minutos.", "estimatedTimeEVM": "Isso geralmente leva de 6 a 8 minutos.", "executeSpacewalkRedeem": "Transferindo {{assetSymbol}} para Stellar via Spacewalk",