1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

Add most recent code from PR

This commit is contained in:
Cooper Ransom 2024-03-27 21:19:40 -04:00
parent e425709b26
commit 2a6fd0f191
2 changed files with 5 additions and 6 deletions

View file

@ -429,12 +429,11 @@
"title": "We couldn't find that" "title": "We couldn't find that"
}, },
"extensionFailure": { "extensionFailure": {
"badge": "Not found", "badge": "Extension disabled",
"homeButton": "Go home", "homeButton": "Go home",
"enableExtension": "Enable extension", "enableExtension": "Enable extension",
"disabledTitle": "Extension disabled", "title": "Please enable the extension",
"text": "You've installed the movie-web extension. To start using it, complete a few preliminary steps. Have you enabled the extension for this site?", "text": "You've installed the movie-web extension. To start using it, you need to enable the extension for this site."
"title": "Extension Disabled"
} }
}, },
"time": { "time": {

View file

@ -58,9 +58,9 @@ export function ScrapeErrorPart(props: ScrapeErrorPartProps) {
<ErrorLayout> <ErrorLayout>
<ErrorContainer> <ErrorContainer>
<IconPill icon={Icons.LOCK}> <IconPill icon={Icons.LOCK}>
{t("player.scraping.notFound.badge")} {t("player.scraping.extensionFailure.badge")}
</IconPill> </IconPill>
<Title>{t("player.scraping.extensionFailure.disabledTitle")}</Title> <Title>{t("player.scraping.extensionFailure.title")}</Title>
<Paragraph> <Paragraph>
<Trans <Trans
i18nKey="player.scraping.extensionFailure.text" i18nKey="player.scraping.extensionFailure.text"