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'); } /**