Skip to content

Commit

Permalink
Update button text
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgoth committed Jun 1, 2022
1 parent ff86303 commit 3c3c198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/delegates/components/ManageDelegation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import { useAccount } from 'modules/app/hooks/useAccount';

export default function ManageDelegation({
delegate,
textDelegate = 'Delegate your MKR to this Delegate',
textUndelegate = 'Undelegate your MKR from this Delegate'
textDelegate = 'Delegate MKR to this delegate',
textUndelegate = 'Undelegate MKR from this delegate'
}: {
delegate: Delegate;
textDelegate?: string;
Expand Down

0 comments on commit 3c3c198

Please sign in to comment.