Skip to content

Commit

Permalink
Merge branch 'develop' into 1904-rebrand-proposals
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeanribeiro authored Feb 20, 2024
2 parents 76bb1c1 + 42410ee commit a7ec688
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/desktop/components/menus/ProposalDetailsMenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
function setItems(proposal: IProposal, isVotingForProposal: boolean): void {
items = [
{
icon: IconName.SettingsSliders,
title: localize('actions.changeNode'),
icon: IconName.LinkHorizontal,
title: localize('actions.changeNodeUrl'),
onClick: onChangeNodeClick,
},
{
Expand Down
1 change: 1 addition & 0 deletions packages/shared/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1357,6 +1357,7 @@
"addProposal": "Add proposal",
"removeProposal": "Remove proposal",
"changeNode": "Change node",
"changeNodeUrl": "Change node URL",
"stopVoting": "Stop voting",
"revote": "Revote",
"skipAndKeep": "Skip and keep old password",
Expand Down

0 comments on commit a7ec688

Please sign in to comment.