consistent spelling of "two factor"

This commit is contained in:
Luna D 2020-08-18 00:05:22 +02:00 committed by byte[]
parent 6816ea44d4
commit 235a77ac8b
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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