Bold claim name everywhere on Publish page
This commit is contained in:
parent
5a60cb451c
commit
3b0d24d4f5
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ var PublishPage = React.createClass({
|
||||||
(!this.state.name ? '' :
|
(!this.state.name ? '' :
|
||||||
(! this.state.nameResolved ? <em> The name <strong>{this.state.name}</strong> is available.</em>
|
(! this.state.nameResolved ? <em> The name <strong>{this.state.name}</strong> is available.</em>
|
||||||
: (this.state.myClaimExists ? <em> You already have a claim on the name <strong>{this.state.name}</strong>. You can use this page to update your claim.</em>
|
: (this.state.myClaimExists ? <em> You already have a claim on the name <strong>{this.state.name}</strong>. You can use this page to update your claim.</em>
|
||||||
: <em> The name {this.state.name} is currently claimed for <strong>{lbry.formatCredits(this.state.topClaimValue)}</strong> credits.</em>)))
|
: <em> The name <strong>{this.state.name}</strong> is currently claimed for <strong>{lbry.formatCredits(this.state.topClaimValue)}</strong> credits.</em>)))
|
||||||
}
|
}
|
||||||
<div className="help">What LBRY name would you like to claim for this file?</div>
|
<div className="help">What LBRY name would you like to claim for this file?</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue