Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR focuses on correcting typos across the frontend UI (SolidJS pages/components), English i18n strings, and streamer/public assets to improve readability and consistency.
Changes:
- Renamed misspelled identifiers in TS/TSX (e.g., loading signals, temporary WebAuthn types, component names).
- Corrected multiple English UI/i18n strings and comments (e.g., “Deprecated”, “destroy”, “mobile”, “bandwidth”, “OneDrive”, “WebAuthn”).
- Minor copy edits in GitHub issue template wording.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| src/pages/manage/users/2fa.tsx | Fixes misspelled loading signal name used by the 2FA verify button. |
| src/pages/manage/backup-restore.tsx | Renames a poorly named local array variable in restore/decrypt logic. |
| src/pages/login/index.tsx | Normalizes WebAuthn temp interface naming and usage in login flow typing. |
| src/pages/login/SSOLogin.tsx | Renames compatibility flag variable for readability and consistency. |
| src/pages/home/previews/video_box.tsx | Fixes a typo in an inline comment. |
| src/pages/home/Sidebar.tsx | Fixes misspelling in the sidebar panel component function name and usage. |
| src/lang/en/settings.json | Adjusts product naming (“qBittorrent”, “WebAuthn”) in English strings. |
| src/lang/en/drivers.json | Fixes several English string typos/casing (e.g., “bandwidth”, “OneDrive”, “upstream”). |
| src/components/artplayer-plugin-ass/index.js | Fixes typo in a lifecycle comment (“destroy”). |
| public/streamer/sw.js | Fixes spelling in deprecation warnings (“Deprecated”). |
| public/streamer/mitm.html | Fixes typo in an explanatory comment. |
| .github/ISSUE_TEMPLATE/do-not-submit-any-issue-here.md | Fixes grammar in issue template description. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Mister-Hope <mister-hope@outlook.com>
jyxjjj
approved these changes
Mar 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Movitation:

Checked all files for common typos, and corrected them manually.