Skip to content

Commit 30686e2

Browse files
committed
updates notifications
1 parent 5d439ac commit 30686e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/notifications-library/src/notifications_library/templates/on_account_form.email.content.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<p>Dear Support team
55

66
<p>
7-
We have received the following request form for an account in {{ product.display_name }} from {{ host }}
7+
We have received the following request form for an account in {{ product.display_name }} from <b>{{ host }}</b>
88
</p>
99

1010
<pre>

packages/notifications-library/src/notifications_library/templates/on_account_form.email.content.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Dear Support team,
22

3-
We have received the following request form for an account in {{ product.display_name }} from {{ host }}:
3+
We have received the following request form for an account in {{ product.display_name }} from **{{ host }}**:
44

55
{{ dumps(request_form) }}
66

0 commit comments

Comments
 (0)