mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:35:55 +00:00
fix typo
This commit is contained in:
@@ -409,7 +409,7 @@ define(["dojo/_base/declare"], function (declare) {
|
||||
|
||||
return false;
|
||||
},
|
||||
editFeeed: function (feed) {
|
||||
editFeed: function (feed) {
|
||||
if (feed <= 0)
|
||||
return alert(__("You can't edit this kind of feed."));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user