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:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-04-07 13:30:58 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-04-07 14:03:26 +0300
commitfb7b0d6e710d462f5bef1df3195fa8b051668bfc (patch)
tree1934efe739a32d6da5c88a58b7420a33c1c916a2 /app/views/profiles/two_factor_auths/show.html.haml
parentf2f44579a3ae944104d76681e75a85e6d0ceb756 (diff)
parent15e87cea3a374e8d929c28f6843170b182fe159a (diff)
Merge branch 'master' into update-droplab-to-webpack-version
Diffstat (limited to 'app/views/profiles/two_factor_auths/show.html.haml')
-rw-r--r--app/views/profiles/two_factor_auths/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/two_factor_auths/show.html.haml b/app/views/profiles/two_factor_auths/show.html.haml
index 7ade5f00d47..0ff05098cd7 100644
--- a/app/views/profiles/two_factor_auths/show.html.haml
+++ b/app/views/profiles/two_factor_auths/show.html.haml
@@ -44,7 +44,7 @@
= label_tag :pin_code, nil, class: "label-light"
= text_field_tag :pin_code, nil, class: "form-control", required: true
.prepend-top-default
- = submit_tag 'Register with Two-Factor App', class: 'btn btn-success'
+ = submit_tag 'Register with two-factor app', class: 'btn btn-success'
%hr