aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/emailer.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-11-12 15:28:54 +0100
committerChocobozzz <chocobozzz@cpy.re>2020-11-13 12:02:21 +0100
commit17119e4a546522468878cf115558b17949ab50d0 (patch)
tree3f130cfd7fdccf5aeeac9beee941750590239047 /server/lib/emailer.ts
parentb4bc269e5517849b5b89052f0c1a2c01b6f65089 (diff)
downloadPeerTube-17119e4a546522468878cf115558b17949ab50d0.tar.gz
PeerTube-17119e4a546522468878cf115558b17949ab50d0.tar.zst
PeerTube-17119e4a546522468878cf115558b17949ab50d0.zip
Reorganize left menu and account menu
Add my-settings and my-library in left menu Move administration below my-library Split account menu: my-setting and my library
Diffstat (limited to 'server/lib/emailer.ts')
-rw-r--r--server/lib/emailer.ts2
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.` +