small fixes for blocked #7669

Merged
jessopb merged 1 commit from fixes-blocked into master 2022-08-09 19:13:57 +02:00
2 changed files with 5 additions and 3 deletions
Showing only changes of commit 4b8c8c0074 - Show all commits

View file

@ -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--"
}

View file

@ -150,7 +150,7 @@ function ShowPage(props: Props) {
<Card
title={uri}
subtitle={__(
'In response to a complaint we received under the US Digital Millennium Copyright Act, hub have blocked access to this content from our applications.'
'Your hub has blocked access to this content do to a complaint received under the US Digital Millennium Copyright Act.'
)}
actions={
<div className="section__actions">
@ -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:')}{' '}
<Button
button="link"
href={errorCensor && errorCensor.canonical_url}
navigate={errorCensor && errorCensor.canonical_url}
label={errorCensor && errorCensor.name}
/>
</>