Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Commit

Permalink
Popup shouldn't really say "complete purchase"
Browse files Browse the repository at this point in the history
  • Loading branch information
jagregory committed Dec 8, 2011
1 parent 2b2c2d3 commit d1e222a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/tags/feedback/label.html
Expand Up @@ -19,7 +19,7 @@ <h3>Send us your feedback</h3>
</div> </div>


<div class="modal-footer"> <div class="modal-footer">
<button type="submit" class="btn primary">Complete purchase</button> <button type="submit" class="btn primary">Send feedback</button>
<button class="btn close">Cancel</button> <button class="btn close">Cancel</button>
</div> </div>
</form> </form>
Expand Down

0 comments on commit d1e222a

Please sign in to comment.