From 2367b7d16ad5d229d43dc4764690df22e9b378c1 Mon Sep 17 00:00:00 2001 From: KaMe Date: Thu, 5 Apr 2018 11:52:09 -0400 Subject: [PATCH] Update pages.php --- Modules/Translation/Resources/lang/page/en/pages.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Modules/Translation/Resources/lang/page/en/pages.php b/Modules/Translation/Resources/lang/page/en/pages.php index 09882a963..b2bcf39d0 100644 --- a/Modules/Translation/Resources/lang/page/en/pages.php +++ b/Modules/Translation/Resources/lang/page/en/pages.php @@ -4,6 +4,7 @@ 'pages' => 'Pages', 'create page' => 'Create a page', 'edit page' => 'Edit a page', + 'name' => 'Name', 'slug' => 'Slug', 'title' => 'Title', @@ -21,6 +22,7 @@ 'status' => 'Status', 'pages were updated' => 'Pages were updated', + 'back to index' => 'Go back to the pages index', 'list resource' => 'List pages', 'create resource' => 'Create pages', 'edit resource' => 'Edit pages', @@ -39,7 +41,4 @@ 'product' => 'Product', 'article' => 'Article', ], - 'navigation' => [ - 'back to index' => 'Go back to the pages index', - ], ];