diff --git a/resources/lang/en/cachet.php b/resources/lang/en/cachet.php index 778907ac..e72106ce 100755 --- a/resources/lang/en/cachet.php +++ b/resources/lang/en/cachet.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Alt Three Services Limited. + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -23,7 +23,7 @@ return [ // Incidents 'incidents' => [ 'none' => 'No Incidents Reported.', - 'past' => 'Past incidents', + 'past' => 'Past Incidents', 'previous_week' => 'Previous Week', 'next_week' => 'Next Week', 'none' => 'Nothing to report.', diff --git a/resources/lang/en/dashboard.php b/resources/lang/en/dashboard.php index 6aa0c4e6..db440c2d 100755 --- a/resources/lang/en/dashboard.php +++ b/resources/lang/en/dashboard.php @@ -3,7 +3,7 @@ /* * This file is part of Cachet. * - * (c) Alt Three Services Limited. + * (c) Alt Three Services Limited * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/resources/lang/en/forms.php b/resources/lang/en/forms.php index 25666e61..b745fedf 100755 --- a/resources/lang/en/forms.php +++ b/resources/lang/en/forms.php @@ -94,8 +94,8 @@ return [ 'site-name' => 'Site Name', 'site-url' => 'Site URL', 'display-graphs' => 'Display graphs on status page?', - 'about-this-page' => 'About This Page', - 'days-of-incidents' => 'How Many Days of Incidents to Show?', + 'about-this-page' => 'About this page', + 'days-of-incidents' => 'How many days of incidents to show?', 'banner' => 'Banner Image', 'banner-help' => "It's recommended that you upload files no bigger than 930px wide .", 'subscribers' => 'Allow people to signup to email notifications?',