Skip to content

Commit

Permalink
Small grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael McNeill committed May 16, 2018
1 parent 3c7c97d commit 557f807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ function AttributeAccessMethod()
<th scope="row"><label for="log_auth"><?php _e('Log Authentication Attempts', 'shibboleth'); ?></label></th>
<td>
<input type="checkbox" id="log_auth" name="logging[]" value="auth" <?php echo in_array( 'auth', $shib_logging ) ? ' checked="checked"' : '' ?> <?php if ( defined( $shib_logging_constant ) ) { disabled( $shib_logging_constant, true, false); } ?> />
<label for="log_auth"><?php _e('Log when a user attempts authenticates using Shibboleth.', 'shibboleth'); ?></label>
<label for="log_auth"><?php _e('Log when a user attempts to authenticate using Shibboleth.', 'shibboleth'); ?></label>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 557f807

Please sign in to comment.