Skip to content

Commit

Permalink
Merge pull request #408 from Concordium/cbw-1507-fix
Browse files Browse the repository at this point in the history
Fix some tokenomics renaming
  • Loading branch information
orhoj authored Nov 17, 2023
2 parents 844a4fb + 1231c2c commit e415628
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 @@ -251,7 +251,7 @@ const t: typeof en = {
},
'4': {
title: 'Opdater puljeindstillinger',
body: 'Der er en cool-down periode hvis du vælger at lukke en pulje. I løbet af denne periode vil alle delegators blive i puljen, og får fortjenester hvis validatoren validator blocks.\n\nEfter cool-down perioden bliver alle delegators fjernet og puljen lukkes. Bagefter vil validatoren blive ved med at bake med kontoens egen stake.\n\nÆndringerne til metadata URLen tager kraft ved næste pay day medmindre det er for tæt på den næste pay day og i så fald vil ændringen tage i kraft den efterfølgende pay day.',
body: 'Der er en cool-down periode hvis du vælger at lukke en pulje. I løbet af denne periode vil alle delegators blive i puljen, og får fortjenester hvis validatoren validator blocks.\n\nEfter cool-down perioden bliver alle delegators fjernet og puljen lukkes. Bagefter vil validatoren blive ved med at validate med kontoens egen stake.\n\nÆndringerne til metadata URLen tager kraft ved næste pay day medmindre det er for tæt på den næste pay day og i så fald vil ændringen tage i kraft den efterfølgende pay day.',
},
'5': {
title: 'Opdater validator keys',
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 @@ -136,7 +136,7 @@ const t = {
},
'4': {
title: 'Update pool settings',
body: 'There is a cool-down period if you choose to close a pool. During this time, all delegators continue in the pool, and the pool continues to earn rewards if it bakes.\n\nAfter the cool-down, the delegators are removed and the pool will be closed. The validator will keep validating with your own stake afterwards.\n\nChanges to the metadata URL take effect from the next pay day unless the transaction is made too close to the pay day. In that case, it will take effect from the next pay day over.',
body: 'There is a cool-down period if you choose to close a pool. During this time, all delegators continue in the pool, and the pool continues to earn rewards if it produces blocks.\n\nAfter the cool-down, the delegators are removed and the pool will be closed. The validator will keep validating with your own stake afterwards.\n\nChanges to the metadata URL take effect from the next pay day unless the transaction is made too close to the pay day. In that case, it will take effect from the pay day following.',
},
'5': {
title: 'Update validator keys',
Expand Down

0 comments on commit e415628

Please sign in to comment.