diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-12 15:28:54 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-11-13 12:02:21 +0100 |
commit | 17119e4a546522468878cf115558b17949ab50d0 (patch) | |
tree | 3f130cfd7fdccf5aeeac9beee941750590239047 /server | |
parent | b4bc269e5517849b5b89052f0c1a2c01b6f65089 (diff) | |
download | PeerTube-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')
-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.` + |