Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-05-04 21:11:00 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-05-10 00:31:39 +0300
commitbd680999f9bf33ba6067a42749139c1d0b52014e (patch)
tree2c0b12bc47783873c53badda1b1b5a82dc4fcce9 /app/views/devise
parent35b62facac0737d1173f93a97b8f49876ec8519c (diff)
Be consistent with what we call the 2FA feature
"Two-factor" vs. "2-Factor"
Diffstat (limited to 'app/views/devise')
-rw-r--r--app/views/devise/sessions/two_factor.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/devise/sessions/two_factor.html.haml b/app/views/devise/sessions/two_factor.html.haml
index 3a19e926b6d..cfae81367be 100644
--- a/app/views/devise/sessions/two_factor.html.haml
+++ b/app/views/devise/sessions/two_factor.html.haml
@@ -1,7 +1,7 @@
%div
.login-box
.login-heading
- %h3 Two-Factor Authentication
+ %h3 Two-factor Authentication
.login-body
= form_for(resource, as: resource_name, url: session_path(resource_name), method: :post) do |f|
- if @error