diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/lib/emailer.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/emailer.ts b/server/lib/emailer.ts index 708808cf2..40f278608 100644 --- a/server/lib/emailer.ts +++ b/server/lib/emailer.ts | |||
@@ -256,7 +256,7 @@ class Emailer { | |||
256 | } | 256 | } |
257 | 257 | ||
258 | myVideoImportErrorNotification (to: string[], videoImport: MVideoImport) { | 258 | myVideoImportErrorNotification (to: string[], videoImport: MVideoImport) { |
259 | const importUrl = WEBSERVER.URL + '/my-account/video-imports' | 259 | const importUrl = WEBSERVER.URL + '/my-library/video-imports' |
260 | 260 | ||
261 | const text = | 261 | const text = |
262 | `Your video import "${videoImport.getTargetIdentifier()}" encountered an error.` + | 262 | `Your video import "${videoImport.getTargetIdentifier()}" encountered an error.` + |