generic password notification job
This commit is contained in:
parent
da06bafcdf
commit
673bb1539b
|
@ -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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue