- lbry://
- {
- (!this.state.name ? '' :
- (! this.state.nameResolved ? This name is available
- : (this.state.nameIsMine ? You already control this name. You can use this page to update your claim.
- : This name is currently claimed for {lbry.formatCredits(this.state.claimValue)} credits.)))
- }
-
What LBRY name would you like to claim for this file?
+
+ lbry://
+ {
+ (!this.state.name ? '' :
+ (! this.state.nameResolved ? This name is available
+ : (this.state.nameIsMine ? You already control this name. You can use this page to update your claim.
+ : This name is currently claimed for {lbry.formatCredits(this.state.claimValue)} credits.)))
+ }
+
What LBRY name would you like to claim for this file?
+
-
+
Choose File
-
+
Bid Amount
- Credits
-
How much would you like to bid for this name?
- { !this.state.nameResolved ? Since this name is not currently resolved, you may bid as low as you want, but higher bids help prevent others from claiming your name.
- : (this.state.nameIsMine ? Your current bid is {lbry.formatCredits(this.state.claimValue)} credits.
- : You must bid over {lbry.formatCredits(this.state.claimValue)} credits to claim this name.) }
+
+ Credits
+
How much would you like to bid for this name?
+ { !this.state.nameResolved ? Since this name is not currently resolved, you may bid as low as you want, but higher bids help prevent others from claiming your name.
+ : (this.state.nameIsMine ? Your current bid is {lbry.formatCredits(this.state.claimValue)} credits.
+ : You must bid over {lbry.formatCredits(this.state.claimValue)} credits to claim this name.) }
+
-
+
Fee
-
+
@@ -315,20 +319,27 @@ var PublishPage = React.createClass({
-
-
-
How much would you like to charge for this file?
- If you choose to price this content in dollars, the number of credits charged will be adjusted based on the value of LBRY credits at the time of purchase.
+
+
How much would you like to charge for this file?
+ If you choose to price this content in dollars, the number of credits charged will be adjusted based on the value of LBRY credits at the time of purchase.
+