diff --git a/app/lang/en/general.php b/app/lang/en/general.php index 5c917b84c6..7133273214 100755 --- a/app/lang/en/general.php +++ b/app/lang/en/general.php @@ -14,6 +14,8 @@ return array( 'cancel' => 'Cancel', 'categories' => 'Categories', 'category' => 'Category', + 'changeemail' => 'Update Email', + 'changepassword' => 'Update Password', 'checkin' => 'Checkin', 'checkout' => 'Checkout', 'city' => 'City', @@ -29,6 +31,7 @@ return array( 'deployed' => 'Deployed', 'depreciation_report' => 'Depreciation Report', 'depreciation' => 'Depreciation', + 'editprofile' => 'Edit Profile', 'eol' => 'EOL', 'first_name' => 'First Name', 'groups' => 'Groups', @@ -41,14 +44,14 @@ return array( 'list_all' => 'List All', 'locations' => 'Locations', 'logout' => 'Logout', - 'manufacturers' => 'Manufacturers', 'manufacturer' => 'Manufacturer', + 'manufacturers' => 'Manufacturers', 'model_no' => 'Model No.', 'months' => 'months', 'moreinfo' => 'More Info', 'name' => 'Name', - 'no_results' => 'No Results.', 'no_depreciation' => 'No Derepciation', + 'no_results' => 'No Results.', 'no' => 'No', 'pending' => 'Pending', 'people' => 'People', @@ -69,6 +72,7 @@ return array( 'undeployable' => 'Un-deployable', 'unknown_admin' => 'Unknown Admin', 'user' => 'User', + 'viewassets' => 'View Assets', 'welcome' => 'Welcome, :name', 'years' => 'years', 'yes' => 'Yes', diff --git a/app/views/frontend/account/change-email.blade.php b/app/views/frontend/account/change-email.blade.php index 2ef7908b3e..76b18e766a 100755 --- a/app/views/frontend/account/change-email.blade.php +++ b/app/views/frontend/account/change-email.blade.php @@ -10,7 +10,7 @@ Change your Email
-

Change Your Email

+

@lang('general.changeemail')

diff --git a/app/views/frontend/account/change-password.blade.php b/app/views/frontend/account/change-password.blade.php index 91a53cb938..3cd5aa0ea9 100755 --- a/app/views/frontend/account/change-password.blade.php +++ b/app/views/frontend/account/change-password.blade.php @@ -10,7 +10,7 @@ Change your Password
-

Change Your Password

+

@lang('general.changepassword')

diff --git a/app/views/frontend/account/profile.blade.php b/app/views/frontend/account/profile.blade.php index 1b69b0514a..aaadf26cee 100755 --- a/app/views/frontend/account/profile.blade.php +++ b/app/views/frontend/account/profile.blade.php @@ -10,7 +10,7 @@ Your Profile
-

Update Profile

+

@lang('general.editprofile')

diff --git a/app/views/frontend/layouts/account.blade.php b/app/views/frontend/layouts/account.blade.php index 85e9ae666c..64cc41e496 100755 --- a/app/views/frontend/layouts/account.blade.php +++ b/app/views/frontend/layouts/account.blade.php @@ -3,15 +3,7 @@ {{-- Page content --}} @section('content')
-
- -
-
+
@yield('account-content')