From 94a43ea480d12ec037102ec0ba75481314b95c78 Mon Sep 17 00:00:00 2001 From: TheCatLady <52870424+TheCatLady@users.noreply.github.com> Date: Mon, 6 Oct 2025 16:47:10 -0700 Subject: [PATCH] chore: rename Jellyseerr -> Seerr, part 2 (#1987) --- README.md | 7 +- src/components/Layout/VersionStatus/index.tsx | 4 +- src/components/Login/index.tsx | 4 +- src/components/PWAHeader/index.tsx | 2 +- .../NotificationsPushover/index.tsx | 2 +- .../Notifications/NotificationsTelegram.tsx | 3 +- .../NotificationsWebPush/index.tsx | 2 +- .../Settings/SettingsAbout/Releases/index.tsx | 2 +- .../Settings/SettingsAbout/index.tsx | 68 +++++-------------- src/components/Settings/SettingsBadge.tsx | 2 +- src/components/Settings/SettingsJellyfin.tsx | 2 +- .../Settings/SettingsJobsCache/index.tsx | 8 +-- .../Settings/SettingsMain/index.tsx | 2 +- .../Settings/SettingsNetwork/index.tsx | 6 +- src/components/Settings/SettingsPlex.tsx | 8 +-- src/components/Setup/LoginWithPlex.tsx | 2 +- src/components/Setup/SetupLogin.tsx | 2 +- src/components/Setup/index.tsx | 2 +- src/context/SettingsContext.tsx | 2 +- src/i18n/locale/en.json | 50 +++++++------- src/utils/plex.ts | 4 +- 21 files changed, 72 insertions(+), 112 deletions(-) diff --git a/README.md b/README.md index 86973077..aec85a81 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,7 @@ You can help improve Seerr too! Check out our [Contribution Guide](./CONTRIBUTIN ## Contributors ✨ -[![contributors](https://opencollective.com/seerr/contributors.svg?width=890)](https://opencollective.com/seerr/#backers) +[![Contributors](https://opencollective.com/seerr/contributors.svg?width=890)](https://opencollective.com/seerr/#backers) -[![backers](https://opencollective.com/seerr/backers.svg?width=890)](https://opencollective.com/seerr/#backers) - -[![sponsors](https://opencollective.com/seerr/sponsors.svg?width=890)](https://opencollective.com/seerr/#sponsors) +[![Become a Backer](https://opencollective.com/seerr/backers.svg)](https://opencollective.com/seerr/#backers) +[![Become a Sponsor](https://opencollective.com/seerr/sponsors.svg)](https://opencollective.com/seerr/#sponsors) diff --git a/src/components/Layout/VersionStatus/index.tsx b/src/components/Layout/VersionStatus/index.tsx index 238e6ce3..02c33964 100644 --- a/src/components/Layout/VersionStatus/index.tsx +++ b/src/components/Layout/VersionStatus/index.tsx @@ -11,8 +11,8 @@ import { useIntl } from 'react-intl'; import useSWR from 'swr'; const messages = defineMessages('components.Layout.VersionStatus', { - streamdevelop: 'Jellyseerr Develop', - streamstable: 'Jellyseerr Stable', + streamdevelop: 'Seerr Develop', + streamstable: 'Seerr Stable', outofdate: 'Out of Date', commitsbehind: '{commitsBehind} {commitsBehind, plural, one {commit} other {commits}} behind', diff --git a/src/components/Login/index.tsx b/src/components/Login/index.tsx index 907da8f2..a8bfac7e 100644 --- a/src/components/Login/index.tsx +++ b/src/components/Login/index.tsx @@ -122,8 +122,8 @@ const Login = () => { settings.currentSettings.localLogin && (mediaServerLogin ? (