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:
authorMatej Latin <mlatin@gitlab.com>2019-06-27 14:23:08 +0300
committermatejlatin <mlatin@gitlab.com>2019-07-12 10:07:11 +0300
commit20ad0cb330ab972fd840c4e188d29f6caaa0e43e (patch)
tree435134bc005f4ef35a5e1375fe51759a4cfbe62a /app/views/u2f
parent03756a312bea2966d9f6ff26c798679fff87d731 (diff)
Removes the warning style from the paragraph
In U2F device message, removes warning style
Diffstat (limited to 'app/views/u2f')
-rw-r--r--app/views/u2f/_register.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/u2f/_register.html.haml b/app/views/u2f/_register.html.haml
index f6724f72307..ef3835332a7 100644
--- a/app/views/u2f/_register.html.haml
+++ b/app/views/u2f/_register.html.haml
@@ -16,7 +16,7 @@
.col-md-4
%button#js-setup-u2f-device.btn.btn-info.btn-block{ disabled: true }= _("Set up new U2F device")
.col-md-8
- %p.text-warning= _("You need to register a two-factor authentication app before you can set up a U2F device.")
+ %p= _("You need to register a two-factor authentication app before you can set up a U2F device.")
%script#js-register-u2f-in-progress{ type: "text/template" }
%p= _("Trying to communicate with your device. Plug it in (if you haven't already) and press the button on the device now.")