diff --git a/inc/class-wp-saml-auth-settings.php b/inc/class-wp-saml-auth-settings.php index 15dcf0c..aabe4fa 100644 --- a/inc/class-wp-saml-auth-settings.php +++ b/inc/class-wp-saml-auth-settings.php @@ -390,7 +390,7 @@ public static function init_fields() { array( 'section' => 'idp', 'uid' => 'x509cert', - 'label' => __( 'x509 Cerificate Path', 'wp-saml-auth' ), + 'label' => __( 'x509 Certificate Path', 'wp-saml-auth' ), 'type' => 'text', 'description' => __( 'Path to the x509 certificate file, used for verifying the request.
Include ABSPATH to set path base to WordPress\' ABSPATH constant.', 'wp-saml-auth' ), ),