Skip to content

Commit

Permalink
Fix typo in the label for the certificate path (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
mscherer authored Aug 10, 2023
1 parent 1acf83d commit 84a85d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/class-wp-saml-auth-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ public static function init_fields() {
[
'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.<br/>Include <code>ABSPATH</code> to set path base to WordPress\' ABSPATH constant.', 'wp-saml-auth' ),
],
Expand Down

0 comments on commit 84a85d2

Please sign in to comment.