style updates on total
This commit is contained in:
parent
1f62b9fdcb
commit
16c3d4c253
2
jslib
2
jslib
|
@ -1 +1 @@
|
|||
Subproject commit e22915818cb7c6a756c4ac34124b14e33621c5aa
|
||||
Subproject commit 269b59210cba1114ff75519c9d0b391406f94bd3
|
|
@ -153,10 +153,11 @@
|
|||
</small>
|
||||
</label>
|
||||
</div>
|
||||
<hr class="my-2">
|
||||
<strong>{{'total' | i18n}}:</strong> {{total | currency:'USD $'}} /{{interval | i18n}}
|
||||
<br>
|
||||
<small class="text-muted">{{'paymentChargedWithTrial' | i18n : (interval | i18n) }}</small>
|
||||
<hr class="my-3">
|
||||
<div class="text-lg">
|
||||
<strong>{{'total' | i18n}}:</strong> {{total | currency:'USD $'}} /{{interval | i18n}}
|
||||
</div>
|
||||
<small class="text-muted font-italic">{{'paymentChargedWithTrial' | i18n : (interval | i18n) }}</small>
|
||||
<h2 class="spaced-header mb-4">{{'paymentInformation' | i18n}}</h2>
|
||||
<app-payment></app-payment>
|
||||
</ng-container>
|
||||
|
|
|
@ -46,10 +46,11 @@
|
|||
{{'premiumMembership' | i18n}}: {{premiumPrice | currency:'$'}}
|
||||
<br> {{'additionalStorageGb' | i18n}}: {{additionalStorage || 0}} GB × {{storageGbPrice | currency:'$'}} = {{additionalStorageTotal
|
||||
| currency:'$'}}
|
||||
<hr class="my-2">
|
||||
<strong>{{'total' | i18n}}:</strong> {{total | currency:'USD $'}} /{{'year' | i18n}}
|
||||
<br>
|
||||
<small class="text-muted">{{'paymentChargedAnnually' | i18n}}</small>
|
||||
<hr class="my-3">
|
||||
<div class="text-lg">
|
||||
<strong>{{'total' | i18n}}:</strong> {{total | currency:'USD $'}} /{{'year' | i18n}}
|
||||
</div>
|
||||
<small class="text-muted font-italic">{{'paymentChargedAnnually' | i18n}}</small>
|
||||
<h2 class="spaced-header mb-4">{{'paymentInformation' | i18n}}</h2>
|
||||
<app-payment></app-payment>
|
||||
<button type="submit" class="btn btn-primary btn-submit" appBlurClick [disabled]="form.loading">
|
||||
|
|
Loading…
Reference in New Issue