notes
This commit is contained in:
parent
0be6249c2b
commit
f11d4a92df
|
@ -154,5 +154,8 @@
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="box-footer">
|
||||||
|
Note: Any charges will appears on your credit card statement as <b>BITWARDEN</b>.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -167,8 +167,12 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="box-footer">
|
<div class="box-footer">
|
||||||
<b>Total:</b>
|
<p>
|
||||||
{{totalPrice() | currency:"USD $":2}} /{{model.interval}}
|
<b>Total:</b>
|
||||||
|
{{totalPrice() | currency:"USD $":2}} /{{model.interval}}
|
||||||
|
</p>
|
||||||
|
Note: Your plan comes with a free 7 day trial. Your card will not be charged until the trial has ended.
|
||||||
|
You may cancel at any time.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="box box-default" ng-if="!plans[model.plan].noPayment">
|
<div class="box box-default" ng-if="!plans[model.plan].noPayment">
|
||||||
|
|
Loading…
Reference in New Issue