fix(organizations): correct casing in Git token empty state copy - #2868
Closed
RemiBonnet wants to merge 1 commit into
Closed
fix(organizations): correct casing in Git token empty state copy#2868RemiBonnet wants to merge 1 commit into
RemiBonnet wants to merge 1 commit into
Conversation
|
View your CI Pipeline Execution ↗ for commit 86b44f2
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗ ☁️ Nx Cloud last updated this comment at |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## staging #2868 +/- ##
===========================================
- Coverage 49.58% 46.39% -3.20%
===========================================
Files 850 662 -188
Lines 21162 16188 -4974
Branches 6375 4803 -1572
===========================================
- Hits 10494 7511 -2983
+ Misses 8898 7412 -1486
+ Partials 1770 1265 -505
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 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.
Summary
Issue: trivial copy fix
Corrects the casing of the Git token list empty-state message so "Tokens" follows sentence case, matching the surrounding UI copy.
libs/domains/organizations/feature/src/lib/git-token-list/git-token-list.tsx: change "No Git Tokens found." to "No Git tokens found." in the empty state.Screenshots / Recordings
N/A — text-only change.
Testing
yarn testoryarn test -u(if you need to regenerate snapshots)yarn formatyarn lintPR Checklist
.cursor/rules)