mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 08:05:56 +00:00
tweak error message
This commit is contained in:
@@ -91,8 +91,9 @@ function backend_sanity_check_callback() {
|
||||
try {
|
||||
|
||||
if (sanity_check_done) {
|
||||
fatalError(11, "Sanity check request received twice. You could be running"+
|
||||
" Firebug or some other disrupting extension. Please turn it off.");
|
||||
fatalError(11, "Sanity check request received twice. This can indicate "+
|
||||
"presence of Firebug or some other disrupting extension. "+
|
||||
"Please disable it and try again.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user