Skip to content

Commit

Permalink
Minor typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix128 committed Sep 8, 2017
1 parent f67de75 commit ca1003e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<label>General</label>
<comment><![CDATA[
<div class="msp_securitysuite-comment">
This module is a memeber of <strong><a target="_blank" href="https://github.com/magespecialist/m2-MSP_Security_Suite">MageSpecialist Security Suite</a></strong>. <a target="_blank" href="https://github.com/magespecialist/m2-MSP_Security_Suite">Click here</a> to see all the Security Suite modules.<br />
This module is a member of <strong><a target="_blank" href="https://github.com/magespecialist/m2-MSP_Security_Suite">MageSpecialist Security Suite</a></strong>. <a target="_blank" href="https://github.com/magespecialist/m2-MSP_Security_Suite">Click here</a> to see all the Security Suite modules.<br />
Source code, installation and configuration guide: <a target="_blank" href="https://github.com/magespecialist/m2-MSP_Security_Suite">https://github.com/magespecialist/m2-MSP_Security_Suite</a>.
</div>
]]></comment>
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="MSP_TwoFactorAuth" setup_version="2.0.9">
<module name="MSP_TwoFactorAuth" setup_version="2.0.10">
<sequence>
<module name="MSP_SecuritySuiteCommon"/>
<module name="Magento_User"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ echo $block->getPostUrl() ?>" method="post" id="tfa-form" data-mage-init='{"form

<div id="authy-one-touch-login">
<img class="loading" src="<?php echo $block->getViewFileUrl('MSP_TwoFactorAuth::images/logging.gif') ?>"/>
<div><?php echo __('Approved, redirecting you to Magento...') ?></div>
<div><?php echo __('Access granted, redirecting you to Magento...') ?></div>
</div>

<div class="admin__field _required field-tfa_code authy-request-code">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<div id="u2f-login">
<img class="loading" src="<?php echo $block->getViewFileUrl('MSP_TwoFactorAuth::images/logging.gif') ?>"/>
<h3><?php echo __('Approved, redirecting you to Magento...') ?></h3>
<h3><?php echo __('Access grented, redirecting you to Magento...') ?></h3>
</div>
</fieldset><br />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<div id="u2f-login">
<img class="loading" src="<?php echo $block->getViewFileUrl('MSP_TwoFactorAuth::images/logging.gif') ?>"/>
<h3><?php echo __('Approved, redirecting you to Magento...') ?></h3>
<h3><?php echo __('Access grented, redirecting you to Magento...') ?></h3>
</div>

</fieldset>
Expand Down

0 comments on commit ca1003e

Please sign in to comment.