From b43b7be9d566534fac51e950fa9e9ac4aafe6a68 Mon Sep 17 00:00:00 2001 From: Michael Kuhn Date: Sat, 8 Dec 2018 11:02:39 +0100 Subject: Fix two more typos --- js/PrefFilterTree.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/PrefFilterTree.js') diff --git a/js/PrefFilterTree.js b/js/PrefFilterTree.js index 6c04e55df..6d06a0130 100644 --- a/js/PrefFilterTree.js +++ b/js/PrefFilterTree.js @@ -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(); -- cgit v1.2.3