Skip to content

Commit

Permalink
#47 Payment time info included into the total amount estimation tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
ofcyln committed Jun 19, 2020
1 parent c1a0ac9 commit c22042a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/components/calculate/results/results.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
</p>

<mat-icon mat-list-icon
matTooltip="This calculation shows average costs in total."
matTooltip="This calculation shows average costs in total. (You will pay this amount when you got your keys at the notary)"
[matTooltipPosition]="'below'"
[ngStyle.gt-xs]="{'cursor': 'help'}"
[ngStyle.lt-md]="{'display': 'none'}">help
Expand Down Expand Up @@ -165,7 +165,7 @@
</p>

<mat-icon mat-list-icon
matTooltip="This calculation shows minimum possible costs in total."
matTooltip="This calculation shows minimum possible costs in total. (You will pay this amount when you got your keys at the notary)"
[matTooltipPosition]="'below'"
[ngStyle.gt-xs]="{'cursor': 'help'}"
[ngStyle.lt-md]="{'display': 'none'}">help
Expand Down Expand Up @@ -193,7 +193,7 @@
</p>

<mat-icon mat-list-icon
matTooltip="This calculation shows maximum possible costs in total."
matTooltip="This calculation shows maximum possible costs in total. (You will pay this amount when you got your keys at the notary)"
[matTooltipPosition]="'below'"
[ngStyle.gt-xs]="{'cursor': 'help'}"
[ngStyle.lt-md]="{'display': 'none'}">help
Expand Down

0 comments on commit c22042a

Please sign in to comment.