Merge branch 'fix-typos2' of suraia/tt-rss into master
This commit is contained in:
commit
8822134685
|
@ -173,7 +173,7 @@ define(["dojo/_base/declare", "dojo/dom-construct", "lib/CheckBoxTree"], functio
|
|||
Filters.addFilterAction(li, action);
|
||||
},
|
||||
removeFilter: function () {
|
||||
const msg = __("FRemove filter?");
|
||||
const msg = __("Remove filter?");
|
||||
|
||||
if (confirm(msg)) {
|
||||
this.hide();
|
||||
|
|
|
@ -86,7 +86,7 @@ define(["dojo/_base/declare", "dojo/dom-construct", "lib/CheckBoxTree", "dijit/f
|
|||
const e = $("icon-label-" + id);
|
||||
|
||||
if (e) {
|
||||
if (fg) e.style.color = bg;
|
||||
if (bg) e.style.color = bg;
|
||||
}
|
||||
|
||||
const query = {
|
||||
|
|
Loading…
Reference in New Issue