Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKashBoi7 <77999576+KashBoi7@users.noreply.github.com>2022-10-19 02:37:55 +0300
committerKashBoi7 <77999576+KashBoi7@users.noreply.github.com>2022-10-19 02:37:55 +0300
commitd796fa446056169d14a3438746db3183db3ed1e3 (patch)
tree44b2bef466250b0674c9589e4365d46e57b53530
parent53a24ec09b86551b9266afc51afcc91a79418455 (diff)
Update
Grammar corrections for the Website
-rw-r--r--Website/_locales/en.ts6
-rw-r--r--Website/pages/help.vue4
2 files changed, 5 insertions, 5 deletions
diff --git a/Website/_locales/en.ts b/Website/_locales/en.ts
index 8cc26f6..467481a 100644
--- a/Website/_locales/en.ts
+++ b/Website/_locales/en.ts
@@ -67,13 +67,13 @@ export default {
bullet41: "in our",
bullet4a: "Tell us your Operating System, Browser Name and Browser Version",
bullet4b:
- "Take screenshot of page with problem (i.e. youtube video page) with console open (press ",
+ "Take a screenshot of the page with the problem (i.e. youtube video page) with console open (press ",
bullet4b1: ") - example screenshot below.",
bullet4c:
"Take screenshot of extensions page of your browser with extension installed.",
bullet4c1: "To see extensions put this into address bar: ",
firefox: "for Firefox",
- chrome: "for Chrome, Edge, Brave, Opera, Vivaldi",
+ chrome: "for Chrome, Edge, Brave, Opera, and Vivaldi",
},
faq: {
name: "FAQ",
@@ -87,7 +87,7 @@ export default {
"Right now video dislikes are cached and they aren't updated very frequently. It varies depending on a video's popularity but can take anywhere between a few hours and a few days to update.",
bullet3: "How does this work?",
bullet3text:
- "The extension collects the video ID of the video you are watching, and fetches the dislike (and other fields like views, likes etc) using our API. The extension then displays the dislike count and ratio on the page. If you like or dislike a video, that is recorded and sent to the database so an accurate dislike count can be extrapolated.",
+ "The extension collects the video ID of the video you are watching, and fetches the number of dislikes (and other fields like views, likes etc) using our API. The extension then displays the dislike count and ratio on the page. If you like or dislike a video, that is recorded and sent to the database so an accurate dislike count can be extrapolated.",
bullet4: "Can I share my dislike count with you?",
bullet4text:
"Coming soon. We are looking into using Oauth or a different read only API with a limited scope so creators can share their dislike counts verifiability.",
diff --git a/Website/pages/help.vue b/Website/pages/help.vue
index d0fbce2..4bfc7a5 100644
--- a/Website/pages/help.vue
+++ b/Website/pages/help.vue
@@ -94,10 +94,10 @@
<br />
{{ $vuetify.lang.t("$vuetify.help.bullet4c1") }}
<br />
- <a href="about:addons"><code>about:addons</code></a>
+ <code>about:addons</code>
{{ $vuetify.lang.t("$vuetify.help.firefox") }}
<br />
- <a href="chrome://extensions/"><code>chrome://extensions</code></a>
+ <code>chrome://extensions</code>
{{ $vuetify.lang.t("$vuetify.help.chrome") }}
</li>
</ol>