Gold payment form: update label for using creddit

This commit is contained in:
Chad Birch
2014-05-01 09:52:19 -06:00
parent a91323a642
commit 88f2c264aa

View File

@@ -91,7 +91,7 @@
onsubmit="return post_form(this, 'spendcreddits');">
<input type="hidden" name="months" value="${thing.months}">
<input type="hidden" name="passthrough" value="${thing.passthrough}" class="passthrough">
<button class="btn gold-button">${_("give")}</button>
<button class="btn gold-button">${_("use creddit")}</button>
<span class="status"></span>
<div class="throbber"></div>
</form>