Some Minor Grammatical Changes

This commit is contained in:
Theo Bearman
2015-10-27 20:17:22 +00:00
parent bb77dafea9
commit 390a2d289e
+8 -8
View File
@@ -22,11 +22,11 @@ return [
// Incidents // Incidents
'incidents' => [ 'incidents' => [
'none' => 'No incidents reported.', 'none' => 'No Incidents Reported.',
'past' => 'Past incidents', 'past' => 'Past incidents',
'previous_week' => 'Previous week', 'previous_week' => 'Previous Week',
'next_week' => 'Next week', 'next_week' => 'Next Week',
'none' => 'Nothing to report', 'none' => 'Nothing to report.',
'scheduled' => 'Scheduled Maintenance', 'scheduled' => 'Scheduled Maintenance',
'scheduled_at' => ', scheduled :timestamp', 'scheduled_at' => ', scheduled :timestamp',
'status' => [ 'status' => [
@@ -40,8 +40,8 @@ return [
// Service Status // Service Status
'service' => [ 'service' => [
'good' => 'All systems are functional.', 'good' => 'All Systems Are Functional',
'bad' => 'Some systems are experiencing issues.', 'bad' => 'Some Systems Are Experiencing Issues',
], ],
'api' => [ 'api' => [
@@ -60,7 +60,7 @@ return [
// Subscriber // Subscriber
'subscriber' => [ 'subscriber' => [
'subscribe' => 'Subscribe to get the most recent updates.', 'subscribe' => 'Subscribe To Get The Most Recent Updates',
'button' => 'Subscribe', 'button' => 'Subscribe',
'email' => [ 'email' => [
'subscribe' => 'Subscribe to email updates.', 'subscribe' => 'Subscribe to email updates.',
@@ -88,7 +88,7 @@ return [
], ],
// Other // Other
'powered_by' => ':app Status Page is powered by <a href="https://cachethq.io" class="links">Cachet</a>.', 'powered_by' => ':app Status Page is Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
'about_this_site' => 'About this site', 'about_this_site' => 'About this site',
'rss-feed' => 'RSS', 'rss-feed' => 'RSS',
'atom-feed' => 'Atom', 'atom-feed' => 'Atom',