Skip to content

Commit

Permalink
#1303 Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed May 2, 2020
1 parent 8236056 commit a45ff6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/views/partials/personal-settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ <h3 class="box-title">
</div>
<div class="box-body" ng-show="mfaData.enabled === true">
<div ng-if="currentUser.hasMFA === true" class="text-center">
Your have enable Multi-Factor Authentication, do you want to disabled it?
Your have enabled Multi-Factor Authentication, do you want to disabled it?
<div class="mv-s">
<button type="button" class="btn btn-danger" ng-click="resetMfa()">Disable MFA</button>
</div>
Expand Down

0 comments on commit a45ff6e

Please sign in to comment.