Skip to content

Commit

Permalink
Update validator stake text fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
orhoj committed Nov 17, 2023
1 parent b6cbfb1 commit 80dddb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/browser-wallet/src/popup/pages/Account/i18n/da.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-wallet/src/popup/pages/Account/i18n/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 80dddb2

Please sign in to comment.