From 7e450ebdfad73d68d30176bca880dfba7db0a7ae Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 16 Oct 2017 19:54:44 +0200 Subject: [PATCH] changed label --- lam/lib/types/user.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lam/lib/types/user.inc b/lam/lib/types/user.inc index ede0a5d8..792eed2a 100644 --- a/lam/lib/types/user.inc +++ b/lam/lib/types/user.inc @@ -353,7 +353,7 @@ class user extends baseType { if ($shadowModule != null) { $shadowAttrs = $shadowModule->getAttributes(); if (shadowAccount::isAccountExpired($shadowAttrs)) { - $expiredLabels[] = _('Shadow'); + $expiredLabels[] = _('Shadow') . ': ' . _('Account expiration'); } } if (!empty($expiredLabels)) { @@ -1014,7 +1014,7 @@ class lamUserList extends lamList { $tipContent = ''; // Shadow expired if ($shadowExpired) { - $tipContent .= ''; + $tipContent .= ''; } // Unix if ($unixAvailable) {
' . _('Shadow') . '  
' . _('Shadow') . ': ' . _('Account expiration') . '