This commit is contained in:
Roland Gruber 2020-02-18 20:47:49 +01:00
parent a98fe5786a
commit 45cbadd56c
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
/* /*
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
Copyright (C) 2013 - 2019 Roland Gruber Copyright (C) 2013 - 2020 Roland Gruber
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -97,7 +97,7 @@ class windowsHost extends baseModule {
), ),
'logonCount' => array( 'logonCount' => array(
"Headline" => _('Logon count'), 'attr' => 'logonCount', "Headline" => _('Logon count'), 'attr' => 'logonCount',
"Text" => _('This is the number of logins using this account.') "Text" => _('This is the number of logins performed by this account.')
), ),
); );
// upload fields // upload fields