Skip to content

Commit

Permalink
Per suggestion from @jeffpaul
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Jan 9, 2025
1 parent f77f2ac commit 1cf0889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class-two-factor-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -1885,7 +1885,7 @@ public static function user_two_factor_options( $user ) {
</option>
<?php endforeach; ?>
</select>
<p class="description"><?php esc_html_e( 'Select the primary method used during the login by default.', 'two-factor' ) ?></p>
<p class="description"><?php esc_html_e( 'Select the primary method to use for two-factor authentication when signing into this site.', 'two-factor' ) ?></p>
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 1cf0889

Please sign in to comment.