summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-02-01 18:22:28 -0500
committerJules Laplace <jules@okfoc.us>2015-02-01 18:22:28 -0500
commit003f59d687d8d3d5e4e9c4a2eeb1bb167753d0c9 (patch)
tree5146ed7550bb75065b20cab1b48a8217448dccc7 /views
parent60aa806d65a90907c6a76cb017c167c8453260b3 (diff)
check form input
Diffstat (limited to 'views')
-rw-r--r--views/partials/edit-subscription.ejs6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/partials/edit-subscription.ejs b/views/partials/edit-subscription.ejs
index e651187..1b0fc41 100644
--- a/views/partials/edit-subscription.ejs
+++ b/views/partials/edit-subscription.ejs
@@ -32,7 +32,7 @@
<tr class="proLayoutRow">
<th>Additional Pro layouts</th>
<td><input type="number" min="0" max="100" data-role="proLayoutInput"><span data-role="proLayoutQuantity"></span></td>
- <td>@ $<span data-role="proLayoutCost"></span> ...</td>
+ <td>each $<span data-role="proLayoutCost"></span>/<span data-role="billingInterval"></span></td>
<td>$<span data-role="proLayoutTotal"></span>/<span data-role="billingInterval"></span></td>
</tr>
<tr class="totalRow">
@@ -43,12 +43,12 @@
</tr>
</table>
<div class="billingMenu">
- <button data-role="showLayoutsMenu">Buy layouts</button><br>
+ <button data-role="showLayoutsMenu">Buy more layouts</button><br>
<button data-role="showPlanMenu">Upgrade your plan</button><br>
<button data-role="cancelSubscription">Cancel your subscription</button>
</div>
<div class="layoutsMenu">
- <button data-role="saveQuantity">Buy layouts</button>
+ <button data-role="saveQuantity">Save Subscription</button>
<button data-role="closeMenu">Cancel</button>
</div>
<div class="planMenu">