diff --git a/resources/lang/en/cachet.php b/resources/lang/en/cachet.php index c3035a79..fef9dc9c 100644 --- a/resources/lang/en/cachet.php +++ b/resources/lang/en/cachet.php @@ -28,8 +28,8 @@ return [ 'incidents' => [ 'none' => 'No incidents reported', 'past' => 'Past Incidents', - 'previous_week' => 'Previous Week', - 'next_week' => 'Next Week', + 'previous_week' => 'Previous week', + 'next_week' => 'Next week', 'scheduled' => 'Scheduled Maintenance', 'scheduled_at' => ', scheduled :timestamp', 'status' => [ @@ -45,7 +45,7 @@ return [ 'service' => [ 'good' => '[0,1] System operational|[2,Inf] All systems are operational', 'bad' => '[0,1] The system is currently experiencing issues|[2,Inf] Some systems are experiencing issues', - 'major' => '[0,1] The service experiencing a major outage|[2,Inf] Some systems are experiencing a major outage', + 'major' => '[0,1] The service is experiencing a major outage|[2,Inf] Some systems are experiencing a major outage', ], 'api' => [ @@ -65,7 +65,7 @@ return [ // Subscriber 'subscriber' => [ - 'subscribe' => 'Subscribe to get the most recent updates', + 'subscribe' => 'Subscribe to get the updates', 'button' => 'Subscribe', 'manage' => [ 'no_subscriptions' => 'You\'re currently subscribed to all updates.', diff --git a/resources/lang/en/forms.php b/resources/lang/en/forms.php index 34293f6f..1eb9246e 100644 --- a/resources/lang/en/forms.php +++ b/resources/lang/en/forms.php @@ -154,12 +154,12 @@ return [ 'custom-css' => 'Custom Stylesheet', ], 'theme' => [ - 'background-color' => 'Background Color', + 'background-color' => 'Background color', 'background-fills' => 'Background fills (components, incidents, footer)', 'banner-background-color' => 'Banner background color', 'banner-padding' => 'Banner padding', 'fullwidth-banner' => 'Enable fullwidth banner?', - 'text-color' => 'Text Color', + 'text-color' => 'Text color', 'dashboard-login' => 'Show dashboard button in the footer?', 'reds' => 'Red (used for errors)', 'blues' => 'Blue (used for information)', diff --git a/resources/lang/en/setup.php b/resources/lang/en/setup.php index 044cf2e2..bdc2a457 100644 --- a/resources/lang/en/setup.php +++ b/resources/lang/en/setup.php @@ -11,7 +11,7 @@ return [ 'setup' => 'Setup', - 'title' => 'Setup Cachet', + 'title' => 'Install Cachet', 'service_details' => 'Service Details', 'env_setup' => 'Environment Setup', 'status_page_setup' => 'Status Page Setup',