Skip to content

Commit bc750ef

Browse files
authored
fix WordPress and add period
1 parent 886af3e commit bc750ef

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
@@ -226,7 +226,7 @@ function plugin_setting_boolean_onelogin_saml_forcelogin() {
226226
$value = get_option('onelogin_saml_forcelogin');
227227
echo '<input type="checkbox" name="onelogin_saml_forcelogin" id="onelogin_saml_forcelogin"
228228
'.($value ? 'checked="checked"': '').'>'.
229-
'<p class="description">'.__('Protect WordPress and force the user to authenticate at the IdP in order to access when any wordpress page is loaded and no active session', 'onelogin-saml-sso').'</p>';
229+
'<p class="description">'.__('Protect WordPress and force the user to authenticate at the IdP in order to access when any WordPress page is loaded and no active session.', 'onelogin-saml-sso').'</p>';
230230
}
231231

232232
function plugin_setting_boolean_onelogin_saml_slo() {

0 commit comments

Comments
 (0)