1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 08:15: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

@@ -4,7 +4,7 @@ function emailArticle(id) {
var ids = Headlines.getSelected();
if (ids.length == 0) {
alert(__("No articles are selected."));
alert(__("No articles selected."));
return;
}

View File

@@ -4,7 +4,7 @@ function mailtoArticle(id) {
const ids = Headlines.getSelected();
if (ids.length == 0) {
alert(__("No articles are selected."));
alert(__("No articles selected."));
return;
}