From ef1f3cbcef50aecc126c4d29946407e0710ff97d Mon Sep 17 00:00:00 2001 From: wn_ Date: Tue, 17 Jun 2025 17:52:06 +0000 Subject: Show some HTML content as a hover tip when the 'feed URL' returned HTML without feeds. Also tweak the 'Feeds::_subscribe()' documentation a bit. --- js/CommonDialogs.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'js') diff --git a/js/CommonDialogs.js b/js/CommonDialogs.js index 1dec1b6da..dcf25a566 100644 --- a/js/CommonDialogs.js +++ b/js/CommonDialogs.js @@ -168,7 +168,9 @@ const CommonDialogs = { dialog.show_error(__("Specified URL seems to be invalid.")); break; case 3: - dialog.show_error(__("Specified URL doesn't seem to contain any feeds.")); + dialog.show_error(` + ${__("Specified URL doesn't seem to contain any feeds.")} + `); break; case 4: { -- cgit v1.2.3-54-g00ecf