From fa861c0b096a145b4ef5c0dbb31b7f5ab9f326ce Mon Sep 17 00:00:00 2001 From: Andy Heathershaw Date: Thu, 16 Aug 2018 08:46:19 +0100 Subject: [PATCH] #86: Updated more references from Github to Gitea (Admin > About page) --- resources/lang/en/admin.php | 8 ++++---- resources/views/themes/base/admin/about.blade.php | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/lang/en/admin.php b/resources/lang/en/admin.php index 19bcbd6..67bd2ec 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 @@