mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 23:25:56 +00:00
fix typo
This commit is contained in:
@@ -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."));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user