diff options
author | Matej Latin <mlatin@gitlab.com> | 2019-06-27 11:23:08 +0000 |
---|---|---|
committer | matejlatin <mlatin@gitlab.com> | 2019-07-12 09:07:11 +0200 |
commit | 20ad0cb330ab972fd840c4e188d29f6caaa0e43e (patch) | |
tree | 435134bc005f4ef35a5e1375fe51759a4cfbe62a /app/views/u2f | |
parent | 03756a312bea2966d9f6ff26c798679fff87d731 (diff) | |
download | gitlab-ce-20ad0cb330ab972fd840c4e188d29f6caaa0e43e.tar.gz |
Removes the warning style from the paragraph61776-fixing-the-U2F-warning-message-text-colour
In U2F device message, removes warning style
Diffstat (limited to 'app/views/u2f')
-rw-r--r-- | app/views/u2f/_register.html.haml | 2 |
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.") |