Improve message and doc
Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
parent
8664c38346
commit
7e9fa77fa5
@ -1444,9 +1444,9 @@ Navigation panel setup
|
||||
:type: boolean
|
||||
:default: true
|
||||
|
||||
Enables Zero Configuration mode in which user will be offered a choice to
|
||||
Enables Zero Configuration mode in which the user will be offered a choice to
|
||||
create phpMyAdmin configuration storage in the current database
|
||||
or use existing, if already present.
|
||||
or use the existing one, if already present.
|
||||
|
||||
.. note::
|
||||
If there is no central configuration storage defined then you may end up with
|
||||
|
||||
@ -787,7 +787,7 @@ $strConfigCaptchaLoginPrivateKey_name = __('Private key for reCaptcha');
|
||||
$strConfigSendErrorReports_desc = __('Choose the default action when sending error reports.');
|
||||
$strConfigSendErrorReports_name = __('Send error reports');
|
||||
$strConfigZeroConf_desc = __(
|
||||
'Enable Zero Configuration mode which lets you to setup phpMyAdmin '
|
||||
'Enable Zero Configuration mode which lets you setup phpMyAdmin '
|
||||
. 'configuration storage tables automatically.'
|
||||
);
|
||||
$strConfigZeroConf_name = __('Enable Zero Configuration mode');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user