fix(notif): Do not HTML-escape email subjects (#931)
parent
5e37a96bc0
commit
019622aab1
@ -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}]`
|
||||
|
Loading…
Reference in new issue