1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:25:57 +00:00

Fix two more typos

This commit is contained in:
Michael Kuhn
2018-12-08 11:02:39 +01:00
parent 27a23079da
commit b43b7be9d5
2 changed files with 2 additions and 2 deletions

View File

@@ -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();