From b90d17d84ad60dc226df9db066f84c8c5fde88bd Mon Sep 17 00:00:00 2001 From: Kevin Pham Date: Fri, 22 Mar 2024 16:24:57 +1100 Subject: [PATCH] fix: small grammatical issue for default description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In speaking, we use a /ə/ before a consonant sound. Resolves #330 --- lang/en/auth_outage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/auth_outage.php b/lang/en/auth_outage.php index 80ca4a3..2545145 100644 --- a/lang/en/auth_outage.php +++ b/lang/en/auth_outage.php @@ -89,7 +89,7 @@ $string['defaulttitledescription'] = 'Default title for outages. Use {{start}} a $string['defaulttitlevalue'] = 'System down from {{start}} for {{duration}}'; $string['defaultdescription'] = 'Description'; $string['defaultdescriptiondescription'] = 'Default warning message for outages. Use {{start}} and {{stop}} placeholders as required.'; -$string['defaultdescriptionvalue'] = 'There is an scheduled maintenance from {{start}} to {{stop}} and our system will not be available during that time.'; +$string['defaultdescriptionvalue'] = 'There is maintenance scheduled from {{start}} to {{stop}} and our system will not be available during that time.'; $string['description'] = 'Public Description'; $string['description_help'] = 'A full description of the outage, publicly visible by all users.'; $string['finish'] = 'Finish';