mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 12:05:57 +00:00
edit phrasing of some alert()s
This commit is contained in:
@@ -589,7 +589,7 @@ const CommonDialogs = {
|
||||
}
|
||||
|
||||
} else {
|
||||
alert(__("No feeds are selected."));
|
||||
alert(__("No feeds selected."));
|
||||
}
|
||||
},
|
||||
execute: function () {
|
||||
@@ -670,7 +670,7 @@ const CommonDialogs = {
|
||||
});
|
||||
|
||||
} else {
|
||||
alert(__("No feeds are selected."));
|
||||
alert(__("No feeds selected."));
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user