fixed typos
This commit is contained in:
parent
422ab23a72
commit
2b29f054bc
Binary file not shown.
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 20 KiB |
|
@ -103,8 +103,8 @@ class user extends baseType {
|
|||
"mail" => _("Email"),
|
||||
'manager' => _('Manager'),
|
||||
'o' => _('Organisation'),
|
||||
'ou' => _(' Organisational unit'),
|
||||
'proxyAddresses' => _(' Proxy-Addresses'),
|
||||
'ou' => _('Organisational unit'),
|
||||
'proxyAddresses' => _('Proxy-Addresses'),
|
||||
'sambakickofftime' => _('Account expiration date'),
|
||||
'shadowexpire' => _('Password expiration'),
|
||||
"sn" => _("Last name"),
|
||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -511,7 +511,7 @@ function display_LoginPage($config_object, $cfgMain) {
|
|||
}
|
||||
elseif ($licenseValidator->isExpiringSoon()) {
|
||||
echo '<b>';
|
||||
echo sprintf(_('Your license expires on %s.'), $licenseValidator->getLicense()->getExpirationDate()->format('Y-m-d'));
|
||||
echo sprintf(_('Your licence expires on %s.'), $licenseValidator->getLicense()->getExpirationDate()->format('Y-m-d'));
|
||||
echo '</b>';
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue