Skip to content

Commit

Permalink
Merge pull request #310 from Concordium/fix-add-delegator-multisig-name
Browse files Browse the repository at this point in the history
Fix 'add delegation' multisig name
  • Loading branch information
shjortConcordium authored May 20, 2022
2 parents d3a0aa0 + 71d3de1 commit 29e61e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ const configureDelegationLinks = (
className={styles.link}
to={routes.MULTISIGTRANSACTIONS_ADD_DELEGATION}
>
Delegate to a pool
Register as a delegator
</ButtonNavLink>
<ButtonNavLink
className={styles.link}
Expand Down
2 changes: 1 addition & 1 deletion app/utils/transactionFlows/addDelegation.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// eslint-disable-next-line import/prefer-default-export
export const addDelegationTitle = 'Delegate to a pool';
export const addDelegationTitle = 'Register as a delegator';

0 comments on commit 29e61e0

Please sign in to comment.