From b9be8d9f3a80d06c3e620ad12fc692f907c46223 Mon Sep 17 00:00:00 2001 From: jessopb <36554050+jessopb@users.noreply.github.com> Date: Tue, 9 Aug 2022 13:13:57 -0400 Subject: [PATCH] small fixes for blocked (#7669) --- static/app-strings.json | 2 ++ ui/page/show/view.jsx | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/static/app-strings.json b/static/app-strings.json index 01ecab3d9..2b84ec35a 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -2316,5 +2316,7 @@ "Installing, please wait...": "Installing, please wait...", "There was an error during installation. Please, try again.": "There was an error during installation. Please, try again.", "Odysee Connect --[Section in Help Page]--": "Odysee Connect", + "Your hub has blocked this content because it subscribes to the following blocking channel:": "Your hub has blocked this content because it subscribes to the following blocking channel:", + "Your hub has blocked access to this content do to a complaint received under the US Digital Millennium Copyright Act.": "Your hub has blocked access to this content do to a complaint received under the US Digital Millennium Copyright Act.", "--end--": "--end--" } diff --git a/ui/page/show/view.jsx b/ui/page/show/view.jsx index 5589ecffb..6618c2b88 100644 --- a/ui/page/show/view.jsx +++ b/ui/page/show/view.jsx @@ -150,7 +150,7 @@ function ShowPage(props: Props) { @@ -165,10 +165,10 @@ function ShowPage(props: Props) { title={uri} subtitle={ <> - {__('Your hub has blocked this content because it has subscribed to the following channel:')}{' '} + {__('Your hub has blocked this content because it subscribes to the following blocking channel:')}{' '}