diff --git a/src/assets/locales/pirate.json b/src/assets/locales/pirate.json index 5f66f526..84b6d9ac 100644 --- a/src/assets/locales/pirate.json +++ b/src/assets/locales/pirate.json @@ -179,7 +179,7 @@ "disclaimer": "Downloads be taken directly from the provider. movie-web does not have control over how the downloads be provided.", "hlsExplanation": "Insert explanation for why ye can't download HLS here", "downloadVideo": "Download film", - "downloadCaption": "Download current sea shanty", + "downloadCaption": "Download sea shanty", "onPc": { "1": "On PC, right click the film and select Save film as", "title": "Downloadin' on PC", diff --git a/src/components/overlays/OverlayPage.tsx b/src/components/overlays/OverlayPage.tsx index a5000ba8..f15ebaa1 100644 --- a/src/components/overlays/OverlayPage.tsx +++ b/src/components/overlays/OverlayPage.tsx @@ -47,7 +47,7 @@ export function OverlayPage(props: Props) { show={show} >
- + {props.children} diff --git a/src/components/player/atoms/settings/CaptionsView.tsx b/src/components/player/atoms/settings/CaptionsView.tsx index 82901c61..437d5fde 100644 --- a/src/components/player/atoms/settings/CaptionsView.tsx +++ b/src/components/player/atoms/settings/CaptionsView.tsx @@ -36,7 +36,7 @@ export function CaptionOption(props: { data-active-link={props.selected ? true : undefined} className="flex items-center" > - + {props.children}