Updating page title to match the trans keys

parent 6d9d661e
......@@ -16,7 +16,7 @@ export default [
component: PageForm,
props: {
locales,
pageTitle: 'create-page',
pageTitle: 'create page',
}
},
{
......@@ -25,7 +25,7 @@ export default [
component: PageForm,
props: {
locales,
pageTitle: 'edit-page',
pageTitle: 'edit page',
}
},
];
......@@ -71902,7 +71902,7 @@ exports.default = [{
component: _PageForm2.default,
props: {
locales: locales,
pageTitle: 'create-page'
pageTitle: 'create page'
}
}, {
path: '/page/pages/:pageId/edit',
......@@ -71910,7 +71910,7 @@ exports.default = [{
component: _PageForm2.default,
props: {
locales: locales,
pageTitle: 'edit-page'
pageTitle: 'edit page'
}
}];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment