Skip to content

Commit 66c377f

Browse files
author
Fahd
committed
fix copy for buttons
1 parent 55eeac9 commit 66c377f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/polymath-issuer/src/pages/account/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class HomePage extends Component {
2828
<p>
2929
<Link to="/ticker">
3030
<Button id="create-token-btn" icon="arrow--right">
31-
Continue to create your security token
31+
Continue to configure your security token
3232
</Button>
3333
</Link>
3434
</p>

packages/polymath-issuer/src/pages/home/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class HomePage extends Component {
2626
<p>
2727
<Link to="/account">
2828
<Button id="create-token-btn" icon="arrow--right">
29-
Create your security token
29+
Configure your security token
3030
</Button>
3131
</Link>
3232
</p>

0 commit comments

Comments
 (0)