mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix: spelling mistake on the word 'requested' fixed (#319)
This commit is contained in:
@@ -135,7 +135,7 @@ class EmailAgent implements NotificationAgent {
|
|||||||
to: payload.notifyUser.email,
|
to: payload.notifyUser.email,
|
||||||
},
|
},
|
||||||
locals: {
|
locals: {
|
||||||
body: 'Your requsested media is now available!',
|
body: 'Your requested media is now available!',
|
||||||
mediaName: payload.subject,
|
mediaName: payload.subject,
|
||||||
imageUrl: payload.image,
|
imageUrl: payload.image,
|
||||||
timestamp: new Date().toTimeString(),
|
timestamp: new Date().toTimeString(),
|
||||||
|
Reference in New Issue
Block a user