Updating page title to match the trans keys

parent 6d9d661e
...@@ -16,7 +16,7 @@ export default [ ...@@ -16,7 +16,7 @@ export default [
component: PageForm, component: PageForm,
props: { props: {
locales, locales,
pageTitle: 'create-page', pageTitle: 'create page',
} }
}, },
{ {
...@@ -25,7 +25,7 @@ export default [ ...@@ -25,7 +25,7 @@ export default [
component: PageForm, component: PageForm,
props: { props: {
locales, locales,
pageTitle: 'edit-page', pageTitle: 'edit page',
} }
}, },
]; ];
...@@ -71902,7 +71902,7 @@ exports.default = [{ ...@@ -71902,7 +71902,7 @@ exports.default = [{
component: _PageForm2.default, component: _PageForm2.default,
props: { props: {
locales: locales, locales: locales,
pageTitle: 'create-page' pageTitle: 'create page'
} }
}, { }, {
path: '/page/pages/:pageId/edit', path: '/page/pages/:pageId/edit',
...@@ -71910,7 +71910,7 @@ exports.default = [{ ...@@ -71910,7 +71910,7 @@ exports.default = [{
component: _PageForm2.default, component: _PageForm2.default,
props: { props: {
locales: locales, 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