Commit 20ad0cb3 authored by Matej Latin's avatar Matej Latin Committed by matejlatin

Removes the warning style from the paragraph

In U2F device message, removes warning style
parent 03756a31
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
.col-md-4 .col-md-4
%button#js-setup-u2f-device.btn.btn-info.btn-block{ disabled: true }= _("Set up new U2F device") %button#js-setup-u2f-device.btn.btn-info.btn-block{ disabled: true }= _("Set up new U2F device")
.col-md-8 .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" } %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.") %p= _("Trying to communicate with your device. Plug it in (if you haven't already) and press the button on the device now.")
......
---
title: Remove the warning style from the U2F device message in user settings > account
merge_request: 30119
author: matejlatin
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment