From 36c8f086e96a99d1cb26d503d87f8db0e63b4d56 Mon Sep 17 00:00:00 2001 From: Theo Bearman Date: Thu, 29 Oct 2015 12:07:37 +0000 Subject: [PATCH] James' Changes --- resources/lang/en/forms.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/lang/en/forms.php b/resources/lang/en/forms.php index b745fedf..fd6611ee 100755 --- a/resources/lang/en/forms.php +++ b/resources/lang/en/forms.php @@ -42,12 +42,12 @@ return [ 'component' => 'Component', 'message' => 'Message', 'message-help' => 'You may also use Markdown.', - 'scheduled_at' => 'When to Schedule the Maintenance For?', - 'incident_time' => 'When Did This Incident Occur?', + 'scheduled_at' => 'When to schedule the maintenance for?', + 'incident_time' => 'When did this incident occur?', 'notify_subscribers' => 'Notify Subscribers?', 'visibility' => 'Incident Visibility', - 'public' => 'Viewable By Public', - 'logged_in_only' => 'Only Visible to Logged in Users', + 'public' => 'Viewable by public', + 'logged_in_only' => 'Only visible to logged in users', 'templates' => [ 'name' => 'Name', 'template' => 'Template', @@ -101,10 +101,10 @@ return [ 'subscribers' => 'Allow people to signup to email notifications?', ], 'analytics' => [ - 'analytics_google' => 'Google Analytics Code', - 'analytics_gosquared' => 'GoSquared Analytics Code', - 'analytics_piwik_url' => 'URL of your Piwik Instance (without http(s)://)', - 'analytics_piwik_siteid' => 'Piwik\'s Site ID', + 'analytics_google' => 'Google Analytics code', + 'analytics_gosquared' => 'GoSquared Analytics code', + 'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)', + 'analytics_piwik_siteid' => 'Piwik\'s site id', ], 'localization' => [ 'site-timezone' => 'Site Timezone',