Преглед изворни кода

bring OG text in line with current project status

Joel пре 3 година
родитељ
комит
268b1f2ded
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Website/nuxt.config.js

+ 1 - 1
Website/nuxt.config.js

@@ -16,7 +16,7 @@ export default {
         hid: "description",
         name: "description",
         content:
-          "An extension that returns dislike statistics to YouTube. For now, it only works if a video had public display of dislikes enabled before YouTube removed dislike stats. ",
+          "An extension that returns dislike statistics to YouTube using a combination of scraped dislike stats and estimates extrapolated from extension user data.",
       },
       { hid: "og:image", name: "og:image", content: "/logo.png" },
       { hid: "theme-color", name: "theme-color", content: "#ff0000" },