diff --git a/resources/lang/en/admin.php b/resources/lang/en/admin.php index be8230d..117733b 100644 --- a/resources/lang/en/admin.php +++ b/resources/lang/en/admin.php @@ -8,7 +8,8 @@ return [ 'current_version' => 'You are running version', 'date_published_label' => 'Release date:', 'github_link' => 'Github Project Website', - 'intro' => 'Blue Twilight is an App by Andy. It is made with by UK software developer Andy Heathershaw.', + 'intro' => 'Blue Twilight is an App by Andy.', + 'intro_2' => 'It is made with in the UK by software developer Andy Heathershaw.', 'latest_version_loading' => 'Checking for the latest release on Github...', 'licence_header' => 'Licence', 'links_header' => 'Useful Links', diff --git a/resources/views/themes/base/admin/about.blade.php b/resources/views/themes/base/admin/about.blade.php index 3a94e04..0232980 100644 --- a/resources/views/themes/base/admin/about.blade.php +++ b/resources/views/themes/base/admin/about.blade.php @@ -12,7 +12,10 @@

@lang('admin.about.title')

-

@lang('admin.about.intro')

+

+ @lang('admin.about.intro')
+ @lang('admin.about.intro_2') +

- {!! nl2br($licence_text) !!} +