From 390a2d289e2fbae2bf77120c2a2477ec20eb4246 Mon Sep 17 00:00:00 2001 From: Theo Bearman Date: Tue, 27 Oct 2015 20:17:22 +0000 Subject: [PATCH] Some Minor Grammatical Changes --- resources/lang/en/cachet.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/lang/en/cachet.php b/resources/lang/en/cachet.php index a0901722..3652f083 100755 --- a/resources/lang/en/cachet.php +++ b/resources/lang/en/cachet.php @@ -22,11 +22,11 @@ return [ // Incidents 'incidents' => [ - 'none' => 'No incidents reported.', + 'none' => 'No Incidents Reported.', 'past' => 'Past incidents', - 'previous_week' => 'Previous week', - 'next_week' => 'Next week', - 'none' => 'Nothing to report', + 'previous_week' => 'Previous Week', + 'next_week' => 'Next Week', + 'none' => 'Nothing to report.', 'scheduled' => 'Scheduled Maintenance', 'scheduled_at' => ', scheduled :timestamp', 'status' => [ @@ -40,8 +40,8 @@ return [ // Service Status 'service' => [ - 'good' => 'All systems are functional.', - 'bad' => 'Some systems are experiencing issues.', + 'good' => 'All Systems Are Functional', + 'bad' => 'Some Systems Are Experiencing Issues', ], 'api' => [ @@ -60,7 +60,7 @@ return [ // Subscriber 'subscriber' => [ - 'subscribe' => 'Subscribe to get the most recent updates.', + 'subscribe' => 'Subscribe To Get The Most Recent Updates', 'button' => 'Subscribe', 'email' => [ 'subscribe' => 'Subscribe to email updates.', @@ -88,7 +88,7 @@ return [ ], // Other - 'powered_by' => ':app Status Page is powered by Cachet.', + 'powered_by' => ':app Status Page is Powered by Cachet.', 'about_this_site' => 'About this site', 'rss-feed' => 'RSS', 'atom-feed' => 'Atom',