Skip to content

Commit

Permalink
fix: remove duplicated content on "Thank you for your quote request" …
Browse files Browse the repository at this point in the history
…page (ISREST-944)
  • Loading branch information
shauke committed Feb 19, 2020
1 parent 5067f93 commit d506c8e
Showing 1 changed file with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,12 @@ <h1>
{{ 'quote.edit.submitted.your_quote_number.text' | translate }}
<a [routerLink]="['/account/quote-request', quote.id]">{{ quote.number }}</a>
</p>
<p>
{{ 'quote.edit.submitted.your_quote_request.text' | translate }} <br />
<span
[ishServerHtml]="
'quote.edit.submitted.you_can_check.text'
| translate: { '0': 'route://account/quote-list', '1': 'route://account' }
"
></span>
</p>
<p
[ishServerHtml]="
'quote.edit.submitted.you_can_check.text'
| translate: { '0': 'route://account/quote-list', '1': 'route://account' }
"
></p>
<p>{{ 'quote.edit.submitted.we_will_email.text' | translate: { '0': user.email } }}</p>
</ng-container>

Expand Down

0 comments on commit d506c8e

Please sign in to comment.