Skip to content

Commit

Permalink
Add most recent code from PR
Browse files Browse the repository at this point in the history
  • Loading branch information
itzCozi committed Mar 28, 2024
1 parent e425709 commit 2a6fd0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions src/assets/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,12 +429,11 @@
"title": "We couldn't find that"
},
"extensionFailure": {
"badge": "Not found",
"badge": "Extension disabled",
"homeButton": "Go home",
"enableExtension": "Enable extension",
"disabledTitle": "Extension disabled",
"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?",
"title": "Extension Disabled"
"title": "Please enable the extension",
"text": "You've installed the movie-web extension. To start using it, you need to enable the extension for this site."
}
},
"time": {
Expand Down
4 changes: 2 additions & 2 deletions src/pages/parts/player/ScrapeErrorPart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ export function ScrapeErrorPart(props: ScrapeErrorPartProps) {
<ErrorLayout>
<ErrorContainer>
<IconPill icon={Icons.LOCK}>
{t("player.scraping.notFound.badge")}
{t("player.scraping.extensionFailure.badge")}
</IconPill>
<Title>{t("player.scraping.extensionFailure.disabledTitle")}</Title>
<Title>{t("player.scraping.extensionFailure.title")}</Title>
<Paragraph>
<Trans
i18nKey="player.scraping.extensionFailure.text"
Expand Down

0 comments on commit 2a6fd0f

Please sign in to comment.