mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:45:55 +00:00
edit phrasing of some alert()s
This commit is contained in:
@@ -134,7 +134,7 @@ define(["dojo/_base/declare", "dojo/dom-construct", "lib/CheckBoxTree", "dijit/f
|
||||
}
|
||||
|
||||
} else {
|
||||
alert(__("No labels are selected."));
|
||||
alert(__("No labels selected."));
|
||||
}
|
||||
},
|
||||
removeSelected: function() {
|
||||
@@ -154,7 +154,7 @@ define(["dojo/_base/declare", "dojo/dom-construct", "lib/CheckBoxTree", "dijit/f
|
||||
});
|
||||
}
|
||||
} else {
|
||||
alert(__("No labels are selected."));
|
||||
alert(__("No labels selected."));
|
||||
}
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user