Skip to content

fix(search): replace "TV" with "Series" in search placeholder#3067

Merged
gauthier-th merged 2 commits into
seerr-team:developfrom
haribo-hyung:fix-searchplaceholder-mismatch-wording
May 27, 2026
Merged

fix(search): replace "TV" with "Series" in search placeholder#3067
gauthier-th merged 2 commits into
seerr-team:developfrom
haribo-hyung:fix-searchplaceholder-mismatch-wording

Conversation

@haribo-hyung
Copy link
Copy Markdown
Contributor

@haribo-hyung haribo-hyung commented May 23, 2026

Description

Currently throughout the web-app, every mention for a TV Show (or Series) uses the wording "Series", be it "Upcoming Series", "Series" in the left-hand navbar and so forth. The only place I can notice "TV" is mentioned is the "searchPlaceholder" and it's bugging my OCD.

The change looks at the file at: src/components/Layout/SearchInput/index.tsx

It's a text change from: "TV" to "Series".
After this, pnpm i18n:extract is run to be able to have it translate into the "en.json" file automatically.

This is not related to any currently open change / issue.

How Has This Been Tested?

To test this: pnpm build is used to test to see if the app will build successfully.
Next pnpm dev is used to create the web-app and host it locally on port 5055.
With this, I browse to the web-app & configure to join to Plex (my server of choice).
Visual inspection of the change and confirm it's working.
See image below.

Screenshots / Logs

image image

Checklist:

  • I have read and followed the contribution guidelines.
  • Disclosed any use of AI (see our policy)
  • All new and existing tests passed.
  • Successful build pnpm build
  • Translation keys pnpm i18n:extract

Not needed:

  • I have updated the documentation accordingly.
  • Database migration (if required)

Summary by CodeRabbit

  • Chores
    • Updated search input placeholder text from "Search Movies & TV" to "Search Movies & Series" across the application.

Review Change Stack

@haribo-hyung haribo-hyung requested a review from a team as a code owner May 23, 2026 23:10
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 23, 2026

📝 Walkthrough

Walkthrough

The PR updates the search input placeholder text from "Search Movies & TV" to "Search Movies & Series". Both the English i18n locale string and the component reference are updated together to maintain consistency across the application's search functionality.

Changes

Search placeholder text update

Layer / File(s) Summary
Search placeholder text update
src/i18n/locale/en.json, src/components/Layout/SearchInput/index.tsx
The SearchInput placeholder text is changed from "Search Movies & TV" to "Search Movies & Series" in both the i18n locale definition and the component reference.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A rabbit hops with glee so bright,
From TV to Series, the text feels right!
Two humble lines, a change so small,
Yet updates the search for one and all!

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed The pull request title 'fix(search): replace "TV" with "Series" in search placeholder' directly and specifically describes the main change: updating the search placeholder text from 'TV' to 'Series' in the SearchInput component.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@haribo-hyung haribo-hyung changed the title Fix searchplaceholder mismatch wording fix(search): replace "TV" with "Series" in search placeholder May 23, 2026
@seerr-automation-bot seerr-automation-bot added this to the v3.3.0 milestone May 27, 2026
@gauthier-th gauthier-th merged commit c04172a into seerr-team:develop May 27, 2026
15 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants