From 234837f14f3cbd6b8743922c2912a35f94e2e98a Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 31 Mar 2018 10:22:19 +0100 Subject: [PATCH] Fix some of the translations --- resources/lang/en/forms.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/en/forms.php b/resources/lang/en/forms.php index cb1ed4004..ba2272a28 100644 --- a/resources/lang/en/forms.php +++ b/resources/lang/en/forms.php @@ -153,15 +153,15 @@ return [ 'display-graphs' => 'Display graphs on status page?', 'about-this-page' => 'About this page', 'days-of-incidents' => 'How many days of incidents to show?', - 'time_before_refresh' => 'Status page refresh rate (in seconds).', + 'time_before_refresh' => 'Status page refresh rate (in seconds)', 'banner' => 'Banner Image', - 'banner-help' => "It's recommended that you upload files no bigger than 930px wide .", + 'banner-help' => "It's recommended that you upload files no bigger than 930px wide", 'subscribers' => 'Allow people to signup to email notifications?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', 'automatic_localization' => 'Automatically localise your status page to your visitor\'s language?', 'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)', - 'show_timezone' => 'Show the timezone the status page is running in.', + 'show_timezone' => 'Show the timezone the status page is running in', 'only_disrupted_days' => 'Only show days containing incidents in the timeline?', ], 'analytics' => [