Skip to content

Commit

Permalink
Update leave label
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrasinskis committed Nov 5, 2024
1 parent e4471d3 commit 2c5e619
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/src/lib/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -609,11 +609,11 @@
"no_age_bonus": "No age bonus",
"no_dissolve_bonus": "No dissolve delay bonus",
"available_description": "Available",
"leave_community_fund_description": "Are you sure you want this neuron to <strong>leave</strong> the neurons' fund?",
"join_community_fund_description_1": "Are you sure you want this neuron to join the neurons' fund?",
"join_community_fund_description_2": "If you do, your neuron may use some of its maturity to participate in upcoming SNS swaps, resulting in an SNS neuron.",
"join_community_fund_hw_alert_1": "Note that the resulting SNS neuron will have NNS governance as a controller. Since you are not the controller of the SNS neuron, you will not be able to manage or disburse it.",
"join_community_fund_hw_alert_2": "However, you will be able to vote on SNS proposals as your NNS neuron’s controller and up to three of its hotkeys will be set as hotkeys for the SNS neuron.",
"leave_community_fund_description": "Are you sure you want this neuron to leave the neurons' fund?",
"participate_community_fund": "Participate in neurons' fund.",
"auto_stake_maturity": "Automatically stake new maturity.",
"auto_stake_maturity_on": "Are you sure that you would like to automatically stake new maturity of this neuron?",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@
<div data-tid="join-community-fund-modal">
<h4>{$i18n.core.confirm}</h4>
{#if isCommunityFund}
<p>
<Html text={$i18n.neuron_detail.leave_community_fund_description} />
</p>
<p>{$i18n.neuron_detail.leave_community_fund_description}</p>
{:else}
<p>{$i18n.neuron_detail.join_community_fund_description_1}</p>
<p>{$i18n.neuron_detail.join_community_fund_description_2}</p>
Expand Down

0 comments on commit 2c5e619

Please sign in to comment.