Add missing space under Controls > Setup experience > Users > End user authentication#49074
Add missing space under Controls > Setup experience > Users > End user authentication#49074spalmesano0 wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Pull request overview
This PR fixes a UI text spacing issue in the “End user authentication” section under Controls > Setup experience > Users, ensuring proper whitespace between the emphasized field names and the following sentence text.
Changes:
- Adds an explicit JSX whitespace token (
{" "}) after<strong>Full name</strong>in the help text to ensure the rendered sentence has the correct spacing.
💡 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 makes a single-line edit to the help text rendered under the "Lock end user info" checkbox in EndUserAuthSection.tsx, adding an explicit JSX space between the "Account Name" and "Full name" bolded text segments to correct the spacing displayed in the UI. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 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 #49074 +/- ##
=======================================
Coverage 68.11% 68.12%
=======================================
Files 3731 3731
Lines 235434 235447 +13
Branches 12520 12528 +8
=======================================
+ Hits 160375 160389 +14
+ Misses 60669 60668 -1
Partials 14390 14390
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:
|
We missed a space under Controls > Setup experience > Users > End user authentication.
Before:
After:
Checklist for submitter
Testing
Summary by CodeRabbit