fix(notif): Do not HTML-escape email subjects (#931)
This commit is contained in:
@@ -1 +1 @@
|
|||||||
= `Account Information - ${applicationTitle}`
|
!= `Account Information [${applicationTitle}]`
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
= `${requestType}: ${mediaName} - ${applicationTitle}`
|
!= `${requestType} - ${mediaName} [${applicationTitle}]`
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
= `Password Reset - ${applicationTitle}`
|
!= `Password Reset [${applicationTitle}]`
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
= `Test Notification - ${applicationTitle}`
|
!= `Test Notification [${applicationTitle}]`
|
||||||
|
|||||||
Reference in New Issue
Block a user