Clarify message
Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
parent
f5a9002209
commit
e7ced7194b
@ -18,8 +18,8 @@ $strConfigAllowArbitraryServer_desc
|
||||
= __('If enabled, user can enter any MySQL server in login form for cookie auth.');
|
||||
$strConfigAllowArbitraryServer_name = __('Allow login to any MySQL server');
|
||||
$strConfigArbitraryServerRegexp_desc = __(
|
||||
'Restricts the MySQL servers the user can enter when login to an arbitrary '
|
||||
. 'MySQL server is enabled by matching the IP of the MySQL server to the given '
|
||||
'Restricts the MySQL servers the user can enter when a login to an arbitrary '
|
||||
. 'MySQL server is enabled by matching the IP or hostname of the MySQL server to the given '
|
||||
. 'regular expression.'
|
||||
);
|
||||
$strConfigArbitraryServerRegexp_name = __('Restrict login to MySQL server');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user