Skip to content

Commit

Permalink
Move warning sentence to the start
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Oct 23, 2023
1 parent 4e0b74e commit e351551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/1p-filters.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="body">
<div id="cloudWidget" class="hide" data-cloud-entry="myFiltersPane"></div>

<p class="vverbose"><span data-i18n="1pFormatHint"></span>&thinsp;<a class="fa-icon info" href="https://github.com/gorhill/uBlock/wiki/Dashboard:-My-filters" target="_blank">question-circle</a>&ensp;<span data-i18n="1pTrustWarning"></span></p>
<p class="vverbose"><span data-i18n="1pTrustWarning"></span>&ensp;<span data-i18n="1pFormatHint"></span>&thinsp;<a class="fa-icon info" href="https://github.com/gorhill/uBlock/wiki/Dashboard:-My-filters" target="_blank">question-circle</a></p>
<p>
<button id="userFiltersApply" class="preferred iconified" type="button" disabled><span class="fa-icon">check</span><span data-i18n="1pApplyChanges">_</span><span class="hover"></span></button>
<button id="userFiltersRevert" class="iconified" type="button" disabled><span class="fa-icon">undo</span><span data-i18n="genericRevert">_</span><span class="hover"></span></button>
Expand Down

0 comments on commit e351551

Please sign in to comment.