diff --git a/resources/lang/en/admin.php b/resources/lang/en/admin.php index a828ceb..922cc10 100644 --- a/resources/lang/en/admin.php +++ b/resources/lang/en/admin.php @@ -7,12 +7,12 @@ return [ 'about' => [ 'current_version' => 'You are running version', 'date_published_label' => 'Release date:', - 'github_link' => 'Github Project Website', - '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...', + '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...', 'licence_header' => 'Licence', 'links_header' => 'Useful Links', + 'project_website_link' => 'Project Website', 'title' => 'About Blue Twilight', 'up_to_date' => 'Good job - your installation of Blue Twilight is up-to-date!', 'update_available' => 'An update is available to Blue Twilight.', diff --git a/resources/views/themes/base/admin/about.blade.php b/resources/views/themes/base/admin/about.blade.php index 0232980..c2263bb 100644 --- a/resources/views/themes/base/admin/about.blade.php +++ b/resources/views/themes/base/admin/about.blade.php @@ -27,9 +27,9 @@