Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in the label for the certificate path #352

Merged
merged 1 commit into from Aug 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion inc/class-wp-saml-auth-settings.php
Expand Up @@ -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.<br/>Include <code>ABSPATH</code> to set path base to WordPress\' ABSPATH constant.', 'wp-saml-auth' ),
),
Expand Down