diff options
Diffstat (limited to 'js')
| -rw-r--r-- | js/CommonDialogs.js | 4 |
1 files changed, 3 insertions, 1 deletions
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(`<span title="${App.escapeHtml(rc['message'])}" style="text-decoration: underline dotted"> + ${__("Specified URL doesn't seem to contain any feeds.")} + </span>`); break; case 4: { |