From 3e9d647a304b014931d4bb07db13577e373042fa Mon Sep 17 00:00:00 2001 From: Bnyro Date: Wed, 20 Jul 2022 19:12:21 +0200 Subject: [PATCH] fix comments text --- src/components/WatchVideo.vue | 14 ++++++++++---- src/locales/en.json | 5 ++++- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/src/components/WatchVideo.vue b/src/components/WatchVideo.vue index a31dc295..fed78457 100644 --- a/src/components/WatchVideo.vue +++ b/src/components/WatchVideo.vue @@ -158,11 +158,14 @@
-
-

Comments are loading...

+
+

+
+
+

-

Comments are turned off.

+

{ this.smallView = this.smallViewQuery.matches; }); diff --git a/src/locales/en.json b/src/locales/en.json index 1909e9d4..00a7e4cf 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -86,7 +86,10 @@ "minimize_recommendations_default": "Minimize Recommendations by default" }, "comment": { - "pinned_by": "Pinned by" + "pinned_by": "Pinned by", + "disabled": "Comments are disabled by the uploader.", + "loading": "Comments are loading ...", + "user_disabled": "Comments are disabled in the settings." }, "preferences": { "instance_name": "Instance Name",