mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
Minor typo
This commit is contained in:
parent
c323f0a4f9
commit
259eea868a
2 changed files with 2 additions and 2 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
<div class="controls">
|
||||
<i class="icon-lock" />
|
||||
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue