Frontend: Set library page title

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-07-04 08:17:42 +02:00
parent e5770e20bb
commit 8899eb4894

View file

@ -238,21 +238,21 @@ export default [
name: "library_logs", name: "library_logs",
path: "/library/logs", path: "/library/logs",
component: Library, component: Library,
meta: {auth: true, background: "application-light"}, meta: {title: $gettext("Library"), auth: true, background: "application-light"},
props: {tab: 2}, props: {tab: 2},
}, },
{ {
name: "library_import", name: "library_import",
path: "/library/import", path: "/library/import",
component: Library, component: Library,
meta: {auth: true, background: "application-light"}, meta: {title: $gettext("Library"), auth: true, background: "application-light"},
props: {tab: 1}, props: {tab: 1},
}, },
{ {
name: "library", name: "library",
path: "/library", path: "/library",
component: Library, component: Library,
meta: {auth: true, background: "application-light"}, meta: {title: $gettext("Library"), auth: true, background: "application-light"},
props: {tab: 0}, props: {tab: 0},
}, },
{ {