Skip to content

Commit

Permalink
Changed generate button to preview
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjbaxter committed Apr 30, 2014
1 parent 372c9b7 commit 245666c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ <h2>Get Started!</h2>
<div class="form-group">
<div class="row">
<div class="col-sm-offset-2 col-sm-1">
<button id="generateBtn" class="btn btn-lg btn-primary" disabled="disabled">Generate</button>
<button id="generateBtn" class="btn btn-lg btn-primary" disabled="disabled">Preview</button>
</div>
<div class="col-sm-offset-2 col-sm-1">
<button id="downloadBtn" class="btn btn-lg btn-primary" type="submit" disabled="disabled">Download</button>
Expand Down

0 comments on commit 245666c

Please sign in to comment.