We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409979f commit 8227385Copy full SHA for 8227385
TwoFactorAuth/view/adminhtml/templates/tfa/configure_later.phtml
@@ -11,5 +11,5 @@
11
<div id="tfa-configure-later-container">
12
<a href="#"
13
data-post="<?= $escaper->escapeHtmlAttr($block->getPostData())?>"
14
- ><?= $escaper->escapeHtml(__('Skip this configuration until next login.')?></a>
+ ><?= $escaper->escapeHtml(__('Skip this configuration until next login.')) ?></a>
15
</div>
0 commit comments