Browse Source

Clean up

pull/1954/head
Thomas 2 years ago
parent
commit
6eb4049a20
  1. 11
      apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html

11
apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html

@ -15,7 +15,7 @@
>{{ typesTranslationMap[activityForm.controls['type'].value]
}}</mat-select-trigger
>
<mat-option class="line-height-1" value="BUY">
<mat-option value="BUY">
<span><b>{{ typesTranslationMap['BUY'] }}</b></span>
<small class="d-block line-height-1 text-muted text-nowrap" i18n
>Stocks, ETFs, bonds, cryptocurrencies, commodities</small
@ -23,7 +23,6 @@
</mat-option>
<mat-option
*ngIf="data.user?.settings?.isExperimentalFeatures"
class="line-height-1"
value="FEE"
>
<span><b>{{ typesTranslationMap['FEE'] }}</b></span>
@ -31,25 +30,25 @@
>One-time fee, annual account fees</small
>
</mat-option>
<mat-option class="line-height-1" value="DIVIDEND">
<mat-option value="DIVIDEND">
<span><b>{{ typesTranslationMap['DIVIDEND'] }}</b></span>
<small class="d-block line-height-1 text-muted text-nowrap" i18n
>Distribution of corporate earnings</small
>
</mat-option>
<mat-option class="line-height-1" value="LIABILITY">
<mat-option value="LIABILITY">
<span><b>{{ typesTranslationMap['LIABILITY'] }}</b></span>
<small class="d-block line-height-1 text-muted text-nowrap" i18n
>Mortgages, personal loans, credit cards</small
>
</mat-option>
<mat-option class="line-height-1" value="SELL">
<mat-option value="SELL">
<span><b>{{ typesTranslationMap['SELL'] }}</b></span>
<small class="d-block line-height-1 text-muted text-nowrap" i18n
>Stocks, ETFs, bonds, cryptocurrencies, commodities</small
>
</mat-option>
<mat-option class="line-height-1" value="ITEM">
<mat-option value="ITEM">
<span><b>{{ typesTranslationMap['ITEM'] }}</b></span>
<small class="d-block line-height-1 text-muted text-nowrap" i18n
>Luxury items, real estate, private companies</small

Loading…
Cancel
Save