1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-14 02:08:50 +02:00
This commit is contained in:
Kyle Spearrin 2017-04-27 16:40:45 -04:00
parent 0be6249c2b
commit f11d4a92df
2 changed files with 9 additions and 2 deletions

View File

@ -154,5 +154,8 @@
</table>
</div>
</div>
<div class="box-footer">
Note: Any charges will appears on your credit card statement as <b>BITWARDEN</b>.
</div>
</div>
</section>

View File

@ -167,8 +167,12 @@
</div>
</div>
<div class="box-footer">
<b>Total:</b>
{{totalPrice() | currency:"USD $":2}} /{{model.interval}}
<p>
<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 class="box box-default" ng-if="!plans[model.plan].noPayment">