Fix wrong text in label

Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
This commit is contained in:
Deven Bansod 2016-11-24 08:21:58 +05:30
parent 8eec21b21b
commit 1768fb5da3

View File

@ -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"'
: ''