FAQ link added in options page
This commit is contained in:
parent
849ab3ec95
commit
cf6f05d4fc
|
@ -169,7 +169,12 @@
|
|||
</div>
|
||||
<div class="option-group">
|
||||
<section class="option">
|
||||
<div class="title-option without-checkbox"><span data-i18n-content="generateRuleSetTitle">Generate rule set</span><span id="ruleset-help" class="options-help-icon"></span></div>
|
||||
<div class="title-option without-checkbox">
|
||||
<a class="no-icon" href="../help/help.html">
|
||||
<span data-i18n-content="generateRuleSetTitle">Generate rule set</span>
|
||||
<span id="ruleset-help" class="options-help-icon"></span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="description-option without-checkbox">
|
||||
<p class="without-checkbox" data-i18n-content="generateRuleSetDescription">In case you're using an adblocker you can generate the rules here. You have to add these rules manually in your adblocker.</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue