1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-24 11:56:36 +02:00
This commit is contained in:
Andrew Dolgov 2020-02-28 12:17:49 +03:00
parent 8645f36c5b
commit 340bb7f392

View File

@ -409,7 +409,7 @@ define(["dojo/_base/declare"], function (declare) {
return false; return false;
}, },
editFeeed: function (feed) { editFeed: function (feed) {
if (feed <= 0) if (feed <= 0)
return alert(__("You can't edit this kind of feed.")); return alert(__("You can't edit this kind of feed."));