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
path: root/app/views
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-07-31 19:48:28 +0300
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-07-31 19:48:28 +0300
commit3e63fe70ccff3dc477a1740c0a7f164b7caada1f (patch)
tree90aa0883035826a7b2222f2f4a99a845aed9a660 /app/views
parent2e7f4bbb66b4bae61c9dd09234e8435c91e7e986 (diff)
parent20ad0cb330ab972fd840c4e188d29f6caaa0e43e (diff)
Merge branch '61776-fixing-the-U2F-warning-message-text-colour' into 'master'
Remove the warning style from the "U2F device message" paragraph Closes #61776 See merge request gitlab-org/gitlab-ce!30119
Diffstat (limited to 'app/views')
-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.")