summaryrefslogtreecommitdiff
path: root/js/PrefFilterTree.js
diff options
context:
space:
mode:
authorMichael Kuhn <[email protected]>2018-12-08 11:02:39 +0100
committerMichael Kuhn <[email protected]>2018-12-08 11:02:39 +0100
commitb43b7be9d566534fac51e950fa9e9ac4aafe6a68 (patch)
treeaf1730ff7d96ee879fcf94b6b76319bf03fd145e /js/PrefFilterTree.js
parent27a23079dabb0513e854d4190890f2fde9f29bd8 (diff)
Fix two more typos
Diffstat (limited to 'js/PrefFilterTree.js')
-rw-r--r--js/PrefFilterTree.js2
1 files changed, 1 insertions, 1 deletions
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();