mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 07:05:56 +00:00
tweak new articles available prompt
This commit is contained in:
@@ -2212,8 +2212,9 @@ function hideAuxDlg() {
|
||||
|
||||
function displayNewContentPrompt(id) {
|
||||
try {
|
||||
var msg = __("New articles in «%s».") +
|
||||
" <a href='#' onclick='viewfeed("+id+")'>" + __('Click to view') + "</a>.";
|
||||
|
||||
var msg = "<a href='#' onclick='viewfeed("+id+")'>" +
|
||||
__("New articles available (Click to show)") + "</a>";
|
||||
|
||||
msg = msg.replace("%s", getFeedName(id));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user