Skip to content

Commit

Permalink
dashboard: copy edit on object empty state
Browse files Browse the repository at this point in the history
Closes #607
  • Loading branch information
chrisgarvin authored and iampogo committed Feb 25, 2017
1 parent 7b96b3a commit e985fc1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class EmptyList extends React.Component {
} else if (this.props.showFirstTimeFlow) {
emptyBlock = <div>
<span className={`${styles.emptyLabel} ${styles.noResultsLabel}`}>
There are no {this.props.objectName}s on the blockchain
There are no {this.props.objectName}s
</span>
{this.props.firstTimeContent}
</div>
Expand Down
2 changes: 1 addition & 1 deletion dashboard/src/features/unspents/components/List.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import ListItem from './ListItem'

const type = 'unspent'
const firstTimeContent = <EmptyContent
title='There are no unspent outputs on the blockchain' />
title='There are no unspent outputs' />

const newStateToProps = (state, ownProps) => ({
...BaseList.mapStateToProps(type, ListItem)(state, ownProps),
Expand Down
4 changes: 2 additions & 2 deletions generated/dashboard/dashboard.go

Large diffs are not rendered by default.

0 comments on commit e985fc1

Please sign in to comment.