From f91d29bb5830df956f1af889f422dbcdd26843a8 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 10 Mar 2019 10:25:33 +0100 Subject: [PATCH] typo --- lam/lib/modules/shadowAccount.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/modules/shadowAccount.inc b/lam/lib/modules/shadowAccount.inc index 113a0a89..72e67a88 100644 --- a/lam/lib/modules/shadowAccount.inc +++ b/lam/lib/modules/shadowAccount.inc @@ -948,7 +948,7 @@ if (interface_exists('\LAM\JOB\Job', false)) { * @return String name */ public function getAlias() { - return _('Shadow') . ': ' . _('Notify users about acoount expiration'); + return _('Shadow') . ': ' . _('Notify users about account expiration'); } /**