Minor typo

This commit is contained in:
RainLoop Team 2016-06-13 19:15:25 +03:00
parent c323f0a4f9
commit 259eea868a
2 changed files with 2 additions and 2 deletions

View file

@ -458,7 +458,7 @@ en:
LABEL_ADD_SIGNATURE_TO_ALL: "Add your signature to all the outgoing messages"
SETTINGS_SECURITY:
LEGEND_SECURITY: "Security"
LABEL_CONFIGURATE_TWO_FACTOR: "Configurate 2-Step verification"
LABEL_CONFIGURE_TWO_FACTOR: "Configure 2-Step verification"
LABEL_AUTOLOGOUT: "Auto Logout"
AUTOLOGIN_NEVER_OPTION_NAME: "Never"
AUTOLOGIN_MINUTES_OPTION_NAME: "%MINUTES% minute(s)"

View file

@ -27,7 +27,7 @@
<div class="controls">
<i class="icon-lock" />
&nbsp;
<span class="i18n g-ui-link" tabindex="0" data-i18n="SETTINGS_SECURITY/LABEL_CONFIGURATE_TWO_FACTOR" data-bind="click: configureTwoFactor, onSpace: configureTwoFactor, onEnter: configureTwoFactor"></span>
<span class="i18n g-ui-link" tabindex="0" data-i18n="SETTINGS_SECURITY/LABEL_CONFIGURE_TWO_FACTOR" data-bind="click: configureTwoFactor, onSpace: configureTwoFactor, onEnter: configureTwoFactor"></span>
</div>
</div>
</div>