diff --git a/src/components/AirDateBadge/index.tsx b/src/components/AirDateBadge/index.tsx index f6510e98..fb9268f6 100644 --- a/src/components/AirDateBadge/index.tsx +++ b/src/components/AirDateBadge/index.tsx @@ -3,7 +3,7 @@ import { defineMessages, FormattedRelativeTime, useIntl } from 'react-intl'; const messages = defineMessages({ airedrelative: 'Aired {relativeTime}', - airsrelative: 'Airs {relativeTime}', + airsrelative: 'Airing {relativeTime}', }); type AirDateBadgeProps = { diff --git a/src/components/ManageSlideOver/index.tsx b/src/components/ManageSlideOver/index.tsx index 806f3ee7..ca89f08a 100644 --- a/src/components/ManageSlideOver/index.tsx +++ b/src/components/ManageSlideOver/index.tsx @@ -137,7 +137,7 @@ const ManageSlideOver = ({
{((data?.mediaInfo?.downloadStatus ?? []).length > 0 || (data?.mediaInfo?.downloadStatus4k ?? []).length > 0) && ( - <> +

{intl.formatMessage(messages.downloadstatus)}

@@ -161,13 +161,13 @@ const ManageSlideOver = ({ ))}
- +
)} {hasPermission([Permission.MANAGE_ISSUES, Permission.VIEW_ISSUES], { type: 'or', }) && openIssues.length > 0 && ( - <> +

{intl.formatMessage(messages.manageModalIssues)}

@@ -183,10 +183,10 @@ const ManageSlideOver = ({ ))}
- + )} {requests.length > 0 && ( - <> +

{intl.formatMessage(messages.manageModalRequests)}

@@ -205,13 +205,13 @@ const ManageSlideOver = ({ ))}
- + )} {hasPermission(Permission.ADMIN) && (data.mediaInfo?.serviceUrl || data.mediaInfo?.tautulliUrl || watchData?.data) && ( - <> +

{intl.formatMessage(messages.manageModalMedia)}

@@ -324,7 +324,7 @@ const ManageSlideOver = ({ )}
- + )} {hasPermission(Permission.ADMIN) && (data.mediaInfo?.serviceUrl4k || diff --git a/src/components/TvDetails/index.tsx b/src/components/TvDetails/index.tsx index 0d16442c..5b8de4a6 100644 --- a/src/components/TvDetails/index.tsx +++ b/src/components/TvDetails/index.tsx @@ -536,7 +536,7 @@ const TvDetails = ({ tv }: TvDetailsProps) => { {({ open }) => ( <> { {appDataPath} volume mount was not configured properly. All data will be cleared when the container is stopped or restarted.", "components.CollectionDetails.numberofmovies": "{count} Movies", "components.CollectionDetails.overview": "Overview",