Skip to content

Commit

Permalink
Change on copy
Browse files Browse the repository at this point in the history
  • Loading branch information
delfipolito committed May 30, 2019
1 parent 2d9cf1a commit 7edca1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/token-manager/app/public/meta/details.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The Tokens app is used to manage the supply and distribution of an organization's token. Each Tokens installation manages only one token. Tokens can be used to give different types of powers or rights to members of an organization, such as the power to vote on proposals or the right to receive a share of the organization's profits.
The Tokens app is used to manage the supply and distribution of an organization's token. Each installation of the Tokens app manages only one token. Tokens can be used to give different types of powers or rights to members of an organization, such as the power to vote on proposals or the right to receive a share of the organization's profits.

**Features**
- Issue new tokens and remove existing tokens.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class AssignVotePanelContent extends React.Component {
<div>
<form onSubmit={this.handleSubmit}>
<InfoMessage
title="Tokens action"
title="Action"
text={`This action will ${
mode === 'assign'
? 'mint tokens to the recipient below'
Expand Down

0 comments on commit 7edca1c

Please sign in to comment.