fix(notif): Do not HTML-escape email subjects (#931)

pull/943/head
TheCatLady 3 years ago committed by GitHub
parent 5e37a96bc0
commit 019622aab1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save