From b788e69131dccc1be147244e5b4d9e64deb2dc76 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 15 Mar 2022 14:12:37 +0100 Subject: Some fixes for themes --- client/src/app/+my-library/my-follows/my-followers.component.html | 2 +- client/src/app/+my-library/my-ownership/my-ownership.component.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'client/src/app/+my-library') diff --git a/client/src/app/+my-library/my-follows/my-followers.component.html b/client/src/app/+my-library/my-follows/my-followers.component.html index 4303695a3..a8a3da863 100644 --- a/client/src/app/+my-library/my-follows/my-followers.component.html +++ b/client/src/app/+my-library/my-follows/my-followers.component.html @@ -22,7 +22,7 @@ -
+
Is following all your channels Is following your channel {{ follow.following.name }}
diff --git a/client/src/app/+my-library/my-ownership/my-ownership.component.html b/client/src/app/+my-library/my-ownership/my-ownership.component.html index cb032505e..c29c71c0a 100644 --- a/client/src/app/+my-library/my-ownership/my-ownership.component.html +++ b/client/src/app/+my-library/my-ownership/my-ownership.component.html @@ -40,7 +40,7 @@
{{ videoChangeOwnership.initiatorAccount.displayName }} - {{ videoChangeOwnership.initiatorAccount.nameWithHost }} + {{ videoChangeOwnership.initiatorAccount.nameWithHost }}
@@ -56,7 +56,7 @@
{{ videoChangeOwnership.video.name }}
-
by {{ videoChangeOwnership.video.channel?.displayName }}
+
by {{ videoChangeOwnership.video.channel?.displayName }}
-- cgit v1.2.3