fix(search): replace "TV" with "Series" in search placeholder#3067
Conversation
📝 WalkthroughWalkthroughThe 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. ChangesSearch placeholder text update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ 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. Comment |
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:extractis 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 buildis used to test to see if the app will build successfully.Next
pnpm devis 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
Checklist:
pnpm buildpnpm i18n:extractNot needed:
Summary by CodeRabbit