Skip to content

Commit 5a7e369

Browse files
authored
Merge pull request #49 from cmckni3/master
Fix typo on configuration page
2 parents 13a410d + dd51dfb commit 5a7e369

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

onelogin-saml-sso/php/configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ function plugin_setting_string_saml_advanced_idp_lowercase_url_encoding() {
211211
$value = get_option('onelogin_saml_advanced_idp_lowercase_url_encoding');
212212
echo '<input type="checkbox" name="" id="onelogin_saml_advanced_idp_lowercase_url_encoding"
213213
'.($value ? 'checked="checked"': '').'>'.
214-
'<p class="description">'.__('Some IdPs like ADFS can use lowercase URL encoding, but the plugin expects uppercase URL enconding, enable it to fix incompatibility issues.', 'onelogin-saml-sso').'</p>';
214+
'<p class="description">'.__('Some IdPs like ADFS can use lowercase URL encoding, but the plugin expects uppercase URL encoding, enable it to fix incompatibility issues.', 'onelogin-saml-sso').'</p>';
215215
}
216216

217217
function plugin_setting_boolean_onelogin_saml_autocreate() {

0 commit comments

Comments
 (0)