Skip to content

Commit

Permalink
Merge branch 'MDL-79485' of https://github.com/paulholden/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Sep 26, 2023
2 parents 535747f + 3f6dd17 commit 4569711
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions admin/tool/mfa/lang/en/tool_mfa.php
Expand Up @@ -28,6 +28,7 @@
$string['achievedweight'] = 'Achieved weight';
$string['alltime'] = 'All time';
$string['areyousure'] = 'Are you sure you want to revoke factor?';
$string['cancellogin'] = 'Cancel login';
$string['combination'] = 'Combination';
$string['connector'] = 'AND';
$string['created'] = 'Created';
Expand Down
4 changes: 2 additions & 2 deletions admin/tool/mfa/templates/verification_form.mustache
Expand Up @@ -85,12 +85,12 @@
<input type="hidden" id="{{uniqid}}-logout" name="logout" value="true">
<input type="submit" class="btn btn-secondary"
name="cancelmfa" id="cancelmfa_button"
value="Cancel login" data-initial-value="Cancel login">
value="{{#str}} cancellogin, tool_mfa {{/str}}">
</form>
</div>
{{#supportlink}}
<div class="tool-mfa-site-support mt-4">
Need help? {{{supportlink}}}
{{#str}} needhelp, tool_mfa {{/str}} {{{supportlink}}}
</div>
{{/supportlink}}
</div>
Expand Down

0 comments on commit 4569711

Please sign in to comment.