Fix wrong text in label
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
This commit is contained in:
parent
8eec21b21b
commit
1768fb5da3
@ -737,7 +737,7 @@ function PMA_getHtmlForRequires($row)
|
||||
'description' => __(
|
||||
'Requires a valid X509 certificate.'
|
||||
),
|
||||
'label' => 'REQUIRE SSL',
|
||||
'label' => 'REQUIRE X509',
|
||||
'checked' => (isset($row['ssl_type']) && ($row['ssl_type'] == 'X509')
|
||||
? 'checked="checked"'
|
||||
: ''
|
||||
|
||||
Loading…
Reference in New Issue
Block a user