diff --git a/src/components/TvDetails/index.tsx b/src/components/TvDetails/index.tsx index 2f19ee236..823be31e9 100644 --- a/src/components/TvDetails/index.tsx +++ b/src/components/TvDetails/index.tsx @@ -70,7 +70,7 @@ const messages = defineMessages({ productioncountries: 'Production {countryCount, plural, one {Country} other {Countries}}', reportissue: 'Report an Issue', - managemovie: 'Manage Movie', + manageseries: 'Manage Series', }); interface TvDetailsProps { @@ -403,7 +403,7 @@ const TvDetails = ({ tv }: TvDetailsProps) => { )} {hasPermission(Permission.MANAGE_REQUESTS) && data.mediaInfo && ( - +