From e6a63f02e6bf0711c2f842bb2af475db54228b33 Mon Sep 17 00:00:00 2001 From: Brendan Heywood Date: Wed, 25 Mar 2020 21:35:53 +1100 Subject: [PATCH] Added missing lang string --- lang/en/auth_outage.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/auth_outage.php b/lang/en/auth_outage.php index 98fc5d1..ac1c164 100644 --- a/lang/en/auth_outage.php +++ b/lang/en/auth_outage.php @@ -125,6 +125,7 @@ $string['outagefinish'] = 'Finish outage'; $string['outagefinishwarning'] = 'You are about to mark this outage as finished. The system will be immediately back online.'; $string['outageslistfuture'] = 'Planned outages'; $string['outageslistpast'] = 'Outage history'; +$string['outage:updatenotify'] = ''; $string['pluginname'] = 'Outage manager'; $string['removeselectors'] = 'Remove selectors'; $string['removeselectorsdescription'] = 'CSS selectors to remove when rendering a static themed maintenance page. One selector per line.';