mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
consistent spelling of "two factor"
This commit is contained in:
parent
6816ea44d4
commit
235a77ac8b
3 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ defmodule PhilomenaWeb.Registration.TotpController do
|
|||
qrcode = User.totp_qrcode(user)
|
||||
|
||||
render(conn, "edit.html",
|
||||
title: "Two-Factor Authentication",
|
||||
title: "Two Factor Authentication",
|
||||
changeset: changeset,
|
||||
totp_secret: secret,
|
||||
totp_qrcode: qrcode
|
||||
|
|
|
@ -5,7 +5,7 @@ p
|
|||
a<> href="/settings/edit" Click here!
|
||||
|
||||
p
|
||||
' Looking for two-factor authentication?
|
||||
' Looking for two factor authentication?
|
||||
= link "Click here!", to: Routes.registration_totp_path(@conn, :edit)
|
||||
|
||||
p
|
||||
|
|
|
@ -21,7 +21,7 @@ h1 Two Factor Authentication
|
|||
.block.block--fixed.block--success.layout--narrow
|
||||
h2 Two Factor Authentication Enabled
|
||||
p
|
||||
' You've successfully enabled two-factor authentication on your
|
||||
' You've successfully enabled two factor authentication on your
|
||||
' account. From now on you'll be asked for the 6 digit code each
|
||||
' time you log in.
|
||||
p
|
||||
|
|
Loading…
Reference in a new issue