mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
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