File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Block/Adminhtml/System/Config/Form/Field
view/adminhtml/web/css/source Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ class Notice extends Field
25
25
*/
26
26
public function render (AbstractElement $ element )
27
27
{
28
- $ html = '<td colspan="4"> ' . '<strong> ' . __ ('Important: ' ) . ' ' . '</strong> '
28
+ $ html = '<td colspan="4"><p> ' . '<strong> ' . __ ('Important: ' ) . ' ' . '</strong> '
29
29
. ' <span> ' . __ ('Please note, for reCAPTCHA to be enabled,
30
- the valid "Google API Website Key" and "Google API Secret Key" fields are required. ' ) . '</span> ' . '</td> ' ;
30
+ the valid "Google API Website Key" and "Google API Secret Key" fields are required. ' ) . '</span> ' . '</p></ td> ' ;
31
31
32
32
return $ this ->_decorateRowHtml ($ element , $ html );
33
33
}
Original file line number Diff line number Diff line change
1
+ /* *
2
+ * Copyright © Magento, Inc. All rights reserved.
3
+ * See COPYING.txt for license details.
4
+ */
5
+ #recaptcha_frontend_type_for ,
6
+ #recaptcha_backend_type_for
7
+ {
8
+ strong {
9
+ color : @grid-severity-critical-color ;
10
+ }
11
+ }
You can’t perform that action at this time.
0 commit comments