1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:45:55 +00:00

edit phrasing of some alert()s

This commit is contained in:
Andrew Dolgov
2018-12-02 16:30:32 +03:00
parent 3a6dae9203
commit 35ded4bc84
8 changed files with 27 additions and 27 deletions

View File

@@ -134,7 +134,7 @@ define(["dojo/_base/declare", "dojo/dom-construct", "lib/CheckBoxTree", "dijit/f
}
} else {
alert(__("No labels are selected."));
alert(__("No labels selected."));
}
},
removeSelected: function() {
@@ -154,7 +154,7 @@ define(["dojo/_base/declare", "dojo/dom-construct", "lib/CheckBoxTree", "dijit/f
});
}
} else {
alert(__("No labels are selected."));
alert(__("No labels selected."));
}
return false;