fixed typos

This commit is contained in:
bill bittner 2017-06-23 10:58:22 -07:00
parent 1398a4f957
commit b5ae816af6
3 changed files with 3 additions and 3 deletions

View file

@ -90,7 +90,7 @@ function stageAndPublish(file) {
break;
}
} else {
alert("Please select a file");
alert("Please select a file");
}
}

View file

@ -20,7 +20,7 @@
</p>
<p>
<label for="publish-name">Claim Name:</label></br>
<input id="publish-name" type="text" value="My-Claim-Name" />
<input id="publish-name" type="text" placeholder="Your claim name" />
</p>
<p>
<button onclick="startPublish()">Save and Publish</button>

View file

@ -10,7 +10,7 @@
<div class="col-right">
<textarea id="direct-link-holder" hidden="true">No URL yet</textarea>
<div id="publish-active-area">
<input type="text" id="publish-name" pattern="[\w,-]" placeholder="Your claim name" class="form-control">
<input type="text" id="publish-name" placeholder="Your claim name" class="form-control">
<p>
<label for="publish-license">License:</label>
<br/>