diff --git a/lam/lib/modules/shadowAccount.inc b/lam/lib/modules/shadowAccount.inc index 3ca783b9..fd5b1a71 100644 --- a/lam/lib/modules/shadowAccount.inc +++ b/lam/lib/modules/shadowAccount.inc @@ -795,7 +795,7 @@ if (interface_exists('\LAM\JOB\Job')) { * @return String name */ public function getAlias() { - return _('Shadow: Notify users about password expiration'); + return _('Shadow') . ': ' . _('Notify users about password expiration'); } /**