Skip to content

Commit

Permalink
Updating page title to match the trans keys
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Sep 16, 2017
1 parent 6d9d661 commit 11f2e89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Modules/Page/Assets/js/PageRoutes.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default [
component: PageForm,
props: {
locales,
pageTitle: 'create-page',
pageTitle: 'create page',
}
},
{
Expand All @@ -25,7 +25,7 @@ export default [
component: PageForm,
props: {
locales,
pageTitle: 'edit-page',
pageTitle: 'edit page',
}
},
];
4 changes: 2 additions & 2 deletions public/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -71902,15 +71902,15 @@ exports.default = [{
component: _PageForm2.default,
props: {
locales: locales,
pageTitle: 'create-page'
pageTitle: 'create page'
}
}, {
path: '/page/pages/:pageId/edit',
name: 'admin.page.page.edit',
component: _PageForm2.default,
props: {
locales: locales,
pageTitle: 'edit-page'
pageTitle: 'edit page'
}
}];

Expand Down

0 comments on commit 11f2e89

Please sign in to comment.