Sharing: Use author as page title in albums
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
030f4064ec
commit
3e1b7eddc4
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ export default [
|
|||
name: "album",
|
||||
path: "/s/:token/:uid",
|
||||
component: AlbumPhotos,
|
||||
meta: {title: $gettext("Albums"), auth: true},
|
||||
meta: {title: c.siteAuthor, auth: true},
|
||||
},
|
||||
{
|
||||
path: "*", redirect: {name: "albums"},
|
||||
|
|
Loading…
Reference in a new issue