Adrian Tache 5 years ago
parent
commit
c5f2804e3d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      YARCO.js

+ 1 - 1
YARCO.js

@@ -191,7 +191,7 @@ function generate_top_buttons() {
     } else {
         document.querySelector("div.content")
             .insertBefore(document.createTextNode("YARCO: No comments found. Please check your" +
-                "active filters and try again"),
+                "active filters and try again."),
                 document.querySelector("div.content").firstChild);
     }
 }