From 673bb1539b038a8c3fc5e2ebc7af23dc34740561 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 16 Nov 2015 20:10:47 +0000 Subject: [PATCH] generic password notification job --- 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 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'); } /**