Skip to content

Commit

Permalink
Confirming following labels update (#5992)
Browse files Browse the repository at this point in the history
# Motivation

Refine the wording for labels related to confirming following.

# Changes

- Labels.

# Tests

- Updated.

# Todos

- [ ] Add entry to changelog (if necessary).
Not necessary.
  • Loading branch information
mstrasinskis authored Dec 12, 2024
1 parent bea8e88 commit 56ccfb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/src/lib/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@
"create_as_public_neuron_failure": "Making your neuron public has failed, so it was created as a private neuron. You can change neuron visibility at any time under \"Advanced Details & Settings\""
},
"losing_rewards": {
"description": "ICP neurons that are inactive for $period start losing voting rewards. In order to avoid losing rewards, vote manually, edit or confirm your following.",
"description": "ICP neurons that are inactive for $period start missing voting rewards. To avoid missing rewards, vote manually, edit, or confirm your following.",
"confirming": "Confirming following. This may take a moment.",
"confirm": "Confirm Following"
},
Expand All @@ -400,7 +400,7 @@
"goto_neuron": "Go to neuron details",
"title": "Review your following for neurons",
"label": "Neurons",
"no_following": "This neuron has no following configured."
"no_following": "This neuron has no following configured. You need to vote manually to earn voting rewards."
},
"new_followee": {
"title": "Enter New Followee",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ describe("LosingRewardsBanner", () => {
const po = await renderComponent();

expect(await po.getText()).toBe(
"ICP neurons that are inactive for 6 months start losing voting rewards. In order to avoid losing rewards, vote manually, edit or confirm your following."
"ICP neurons that are inactive for 6 months start missing voting rewards. To avoid missing rewards, vote manually, edit, or confirm your following."
);
});

Expand Down

0 comments on commit 56ccfb4

Please sign in to comment.