You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/notifications-library/src/notifications_library/templates/email/paid/body_html.j2
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
<p>We are delighted to confirm the successful processing of your payment of <strong>{{ payment.price_dollars }}</strong> <strong><em>USD</em></strong> for the purchase of <strong>{{ payment.osparc_credits }}</strong> <strong><em>credits</em></strong>.
9
9
The credits have been added to your {{ product.display_name }} account, and you are all set to utilize them.</p>
10
10
<p>For more details you can view or download your <ahref="{{ payment.invoice_url }}">receipt</a>.</p>
11
-
<p>Please don't hesitate to contact us at {{ product.support_email }} if you need further help.</p>
11
+
<p>Please don't hesitate to contact us at <ahref="mailto:{{ product.support_email }}">{{ product.support_email }}</a> if you need further help.</p>
0 commit comments