diff --git a/lib/philomena_web/controllers/registration/totp_controller.ex b/lib/philomena_web/controllers/registration/totp_controller.ex index 2aa64a0f..3237ec75 100644 --- a/lib/philomena_web/controllers/registration/totp_controller.ex +++ b/lib/philomena_web/controllers/registration/totp_controller.ex @@ -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 diff --git a/lib/philomena_web/templates/registration/edit.html.slime b/lib/philomena_web/templates/registration/edit.html.slime index c105ddd6..977110d0 100644 --- a/lib/philomena_web/templates/registration/edit.html.slime +++ b/lib/philomena_web/templates/registration/edit.html.slime @@ -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 diff --git a/lib/philomena_web/templates/registration/totp/edit.html.slime b/lib/philomena_web/templates/registration/totp/edit.html.slime index f4c49089..86295465 100644 --- a/lib/philomena_web/templates/registration/totp/edit.html.slime +++ b/lib/philomena_web/templates/registration/totp/edit.html.slime @@ -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