Fix missing space in EndUserAuthSection help text - #48979
Conversation
Adds a missing space between "Full name" and "in Setup Assistant" to prevent words from running together in the UI.
There was a problem hiding this comment.
Pull request overview
Fixes a minor UI text formatting issue in the “Lock end user info” checkbox help text so the words don’t run together after the <strong>Full name</strong> fragment.
Changes:
- Adds an explicit JSX whitespace (
{" "}) after the “Full name”<strong>element in the help text.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThis change modifies a single line of text formatting in the EndUserAuthSection component. The help text for the "Lock end user info" checkbox was updated to adjust whitespace around the bolded "Account Name" and "Full name" labels. No functional or structural code changes were made, and no exported or public entities were altered. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #48979 +/- ##
========================================
Coverage 68.12% 68.12%
========================================
Files 3717 3717
Lines 235203 235203
Branches 12515 12369 -146
========================================
Hits 160223 160223
Misses 60604 60604
Partials 14376 14376
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
This was fixed by: #49074 |
Adds a missing space between "Full name" and "in Setup Assistant" to prevent words from running together in the UI.
Related issue: Resolves #
Checklist for submitter
If some of the following don't apply, delete the relevant line.
Changes file added for user-visible changes in
changes/,orbit/changes/oree/fleetd-chrome/changes.See Changes files for more information.
Input data is properly validated,
SELECT *is avoided, SQL injection is prevented (using placeholders for values in statements), JS inline code is prevented especially for url redirects, and untrusted data interpolated into shell scripts/commands is validated against shell metacharacters.Timeouts are implemented and retries are limited to avoid infinite loops
If paths of existing endpoints are modified without backwards compatibility, checked the frontend/CLI for any necessary changes
Testing
Added/updated automated tests
Where appropriate, automated tests simulate multiple hosts and test for host isolation (updates to one hosts's records do not affect another)
QA'd all new/changed functionality manually
For unreleased bug fixes in a release candidate, one of:
Database migrations
COLLATE utf8mb4_unicode_ci).New Fleet configuration settings
If you didn't check the box above, follow this checklist for GitOps-enabled settings:
fleetctl generate-gitopsfleetd/orbit/Fleet Desktop
runtime.GOOSis used as needed to isolate changesSummary by CodeRabbit