From 80dddb2816b2278c224c57ad3b4f13c075e2e0e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20=C3=98rh=C3=B8j?= Date: Fri, 17 Nov 2023 11:11:00 +0100 Subject: [PATCH] Update validator stake text fixes --- packages/browser-wallet/src/popup/pages/Account/i18n/da.ts | 2 +- packages/browser-wallet/src/popup/pages/Account/i18n/en.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/browser-wallet/src/popup/pages/Account/i18n/da.ts b/packages/browser-wallet/src/popup/pages/Account/i18n/da.ts index a7678175..4297d1be 100644 --- a/packages/browser-wallet/src/popup/pages/Account/i18n/da.ts +++ b/packages/browser-wallet/src/popup/pages/Account/i18n/da.ts @@ -243,7 +243,7 @@ const t: typeof en = { updateIntro: { '2': { title: 'Opdater validator stake', - body: 'Når du opdaterer din validator stake, kan du vælge at øge eller formindske din stake, så vil ændringen som regel tage effekt fra den næste pay day. Hvis det er for tæt på den næste pay day, så vil ændringen tage i kraft den efterfølgende pay day.\n\n Hvis du formindsker din stake så er der en cool-down periode. I denne periode vil din stake stadig blive brugt til validation og få fortjenester\n\nDu kan også ændre hvorvidt dine fortjenester til tilføjet til din stake eller ej.', + body: 'Når du opdaterer din validator stake, kan du vælge at øge eller formindske din stake, så vil ændringen som regel tage effekt fra den næste pay day. Hvis det er for tæt på den næste pay day, så vil ændringen tage i kraft den efterfølgende pay day.\n\n Hvis du formindsker din stake så er der en cool-down periode.\n\nDu kan også ændre hvorvidt dine fortjenester til tilføjet til din stake eller ej.', }, '3': { title: 'Opdater puljeindstillinger', diff --git a/packages/browser-wallet/src/popup/pages/Account/i18n/en.ts b/packages/browser-wallet/src/popup/pages/Account/i18n/en.ts index 04eae2b2..df7158f1 100644 --- a/packages/browser-wallet/src/popup/pages/Account/i18n/en.ts +++ b/packages/browser-wallet/src/popup/pages/Account/i18n/en.ts @@ -128,7 +128,7 @@ const t = { updateIntro: { '2': { title: 'Update validator stake', - body: 'When updating your validator stake you can choose to increase or decrease your stake. If you increase your stake, this is most often effective from the next pay day. If the transaction occurs too close to the next pay day, the update will be effective from the following pay day.\n\nIf you decrease your stake, there is a longer cool-down period. During the cool-down period, the staked amount continues to bake and earn rewards.\n\nYou can also adjust whether you want rewards restaked or not. If the transaction is not made too close to the next pay day, it will take effect then; otherwise it will be effective at the next pay day over.', + body: 'When updating your validator stake you can choose to increase or decrease your stake. If you increase your stake, this is most often effective from the next pay day. If the transaction occurs too close to the next pay day, the update will be effective from the following pay day.\n\nIf you decrease your stake, there is a longer cool-down period.\n\nYou can also adjust whether you want rewards restaked or not. If the transaction occurs too close to the next pay day, the update will be effective from the following pay day.', }, '3': { title: 'Update pool settings',