From 23bbae8a7419a3661410d972cf4da815297f7581 Mon Sep 17 00:00:00 2001 From: Peter Papp Date: Tue, 11 Aug 2020 08:46:03 +0200 Subject: [PATCH] meta description fix --- public/mix-manifest.json | 4 +++- resources/lang/en/vuefilemanager.php | 2 +- resources/views/index.blade.php | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/public/mix-manifest.json b/public/mix-manifest.json index 84307b4c..a8f9f4b4 100644 --- a/public/mix-manifest.json +++ b/public/mix-manifest.json @@ -1,4 +1,6 @@ { "/js/main.js": "/js/main.js", - "/css/app.css": "/css/app.css" + "/css/app.css": "/css/app.css", + "/js/main.856279ed3bfe1397fae7.hot-update.js": "/js/main.856279ed3bfe1397fae7.hot-update.js", + "/js/main.9cab67db450838c320d4.hot-update.js": "/js/main.9cab67db450838c320d4.hot-update.js" } diff --git a/resources/lang/en/vuefilemanager.php b/resources/lang/en/vuefilemanager.php index 04e7c5dc..f6dde049 100644 --- a/resources/lang/en/vuefilemanager.php +++ b/resources/lang/en/vuefilemanager.php @@ -1,7 +1,7 @@ 'Make your own Private Cloud with VueFileManager client powered by Laravel and Vue', + 'app_description' => 'Your self-hosted storage cloud software powered by Laravel and Vue', 'user_not_fount' => 'We can\'t find a user with that e-mail address.', 'incorrect_password' => 'Sorry, your password is incorrect.', 'time' => '%d. %B. %Y at %H:%M', diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index 8641e2ba..446beb72 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -4,9 +4,9 @@ - + - {{ isset($settings->app_title) && $settings->app_title ? $settings->app_title : 'VueFileManager' }} | {{ isset($settings->app_description) && $settings->app_description ? $settings->app_description : 'Your self-hosted storage cloud software powered by Laravel and Vue' }} + {{ isset($settings->app_title) && $settings->app_title ? $settings->app_title : 'VueFileManager' }} | {{ isset($settings->app_description) && $settings->app_description ? $settings->app_description : __('vuefilemanager.app_description') }} {{--StyleSheet--}}