1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

pipe currency

This commit is contained in:
Kyle Spearrin
2018-08-31 15:38:58 -04:00
parent 9c232d3d2b
commit abb2efce4a
2 changed files with 4 additions and 2 deletions

View File

@@ -32,7 +32,9 @@
{{'premiumSignUpFuture' | i18n}}
</li>
</ul>
<p class="text-center lead no-margin">{{'premiumPrice' | i18n : price}}</p>
<p class="text-center lead no-margin">
{{'premiumPrice' | i18n : (price | currency:'$')}}
</p>
</div>
<div *ngIf="isPremium">
<p class="text-center lead">{{'premiumCurrentMember' | i18n}}</p>