generic password notification job

This commit is contained in:
Roland Gruber 2015-11-16 20:10:47 +00:00
parent da06bafcdf
commit 673bb1539b
1 changed files with 1 additions and 1 deletions

View File

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