mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
notes
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user