Browse Source

i18n

pull/87/head
Roland Gruber 3 years ago
parent
commit
45cbadd56c
  1. 4
      lam/lib/modules/windowsHost.inc

4
lam/lib/modules/windowsHost.inc

@ -2,7 +2,7 @@
/*
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
it under the terms of the GNU General Public License as published by
@ -97,7 +97,7 @@ class windowsHost extends baseModule {
),
'logonCount' => array(
"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

Loading…
Cancel
Save