diff --git a/lang/en/auth_outage.php b/lang/en/auth_outage.php index 01fee89..f57638e 100644 --- a/lang/en/auth_outage.php +++ b/lang/en/auth_outage.php @@ -41,7 +41,7 @@ $string['outagecreate'] = 'Create Outage'; $string['outagedelete'] = 'Delete Outage'; $string['outagedeletewarning'] = 'You are about to permanently delete the outage below. This cannot be undone.'; $string['outageslist'] = 'Outages List'; -$string['pluginname'] = 'Outage'; +$string['pluginname'] = 'Outage manager'; $string['starttimeerrornotinfuture'] = 'Start time must be in the future.'; $string['starttime'] = 'Start date and time'; $string['stoptimeerrornotafterstart'] = 'Stop time must be after start time.';