Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bake/produce wording #407

Merged
merged 3 commits into from
Nov 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/browser-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

### Fixed

- Some mistakes in the validation renaming.

## 1.2.0

### Changed
Expand Down
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 @@ -223,7 +223,7 @@ const t: typeof en = {
registerIntro: {
'1': {
title: 'Opret en validator',
body: 'En validator er en node som deltager i netværket ved at bake (lave) nye blocks som bliver tilføjet til kæden. Hver validator har nogle kryptografiske nøgler, som refereres til som "validator keys", som noden bruger når den validator blocks. Du genererer validator keys når du tilføjer en validator-konto. Når validator noden er blevet genstartet med disse validator keys, så vil den starte med at bake, to epochs efter transaktionen er blevet godkendt.',
body: 'En validator er en node som deltager i netværket ved at producere nye blocks som bliver tilføjet til kæden.\n\nHver validator har nogle kryptografiske nøgler, som refereres til som "validator keys", som noden bruger når den validator blocks.\n\nDu genererer validator keys når du tilføjer en validator-konto. Når validator noden er blevet genstartet med disse validator keys, så vil den starte validation to epochs efter transaktionen er blevet godkendt.',
},
'2': {
title: 'Noden',
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 @@ -108,7 +108,7 @@ const t = {
registerIntro: {
'1': {
title: 'Become a validator',
body: 'A validator is a node that participates in the network by validation (creating) new blocks that are added to the chain.\n\nEach validator has a set of cryptographic keys called validator keys that the node needs to bake blocks. You generate the validator keys when you add a validator account.\n\nOnce the validator node has been restarted with the validator keys, it will start validation two epochs after the transaction has been approved.',
body: 'A validator is a node that participates in the network by producing new blocks that are added to the chain.\n\nEach validator has a set of cryptographic keys called validator keys that the node needs to produce blocks. You generate the validator keys when you add a validator account.\n\nOnce the validator node has been restarted with the validator keys, it will start validation two epochs after the transaction has been approved.',
},
'2': {
title: 'The node',
Expand Down
Loading