This commit is contained in:
Roland Gruber 2019-03-10 10:25:33 +01:00
parent 0ff0131dc8
commit f91d29bb58
1 changed files with 1 additions and 1 deletions

View File

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