Util: fix error for any resource type, like LDAP

This commit is contained in:
Thomas Gelf 2016-03-03 01:21:29 +01:00
parent 765ef97c80
commit 505d3434a2
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ class Util
$form->translate('here')
);
$form->addHtmlHint(sprintf($hint, $link));
$msg = $form->translate('No db resource available');
$msg = sprintf($form->translate('No %s resource available'), $type);
} else {
$msg = $form->translate('Please ask an administrator to grant you access to resources');
}