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:')}{' '}