Skip to content

Commit

Permalink
Fix typo in interface/usergroup/mfa_totp.php (openemr#6975)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrBassman committed Nov 5, 2023
1 parent 9d9ed28 commit d7fdc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/usergroup/mfa_totp.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function docancel() {
<br />
<p><?php echo xlt("Or paste in the following code into your authenticator app"); ?></p>
<p><?php echo $mfaAuth->getSecret(); ?></p>
<p><?php echo xlt('Example authenticator apps include'); ?></p>:
<p><?php echo xlt('Example authenticator apps include'); ?>:</p>
<div class="col-sm-4 offset-sm-4">
<ul>
<li><?php echo xlt('Google Auth'); ?>
Expand Down

0 comments on commit d7fdc01

Please sign in to comment.