Skip to content

Conversation

@jeesunikim
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings January 31, 2026 23:57
@github-project-automation github-project-automation bot moved this to Backlog (Not Ready) in DevX Jan 31, 2026
@jeesunikim jeesunikim linked an issue Jan 31, 2026 that may be closed by this pull request
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR performs a comprehensive case inconsistency audit across the application, standardizing user-facing text from title case to sentence case. The changes improve consistency and follow modern UI text conventions.

Changes:

  • Converted all page headings from title case (e.g., "Build Transaction") to sentence case (e.g., "Build transaction")
  • Updated all navigation menu labels to use sentence case
  • Standardized button text labels (e.g., "Add Operation" → "Add operation", "Clear Operations" → "Clear operations")
  • Updated all E2E test expectations to match the new text casing
  • Included auto-generated network limits data updates (unrelated to case changes)

Reviewed changes

Copilot reviewed 46 out of 46 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tests/e2e/*.test.ts (18 files) Updated test expectations to match new sentence case UI text
src/constants/navItems.tsx Changed navigation menu labels from title case to sentence case
src/components/SignerSelector/index.tsx Updated "Saved Keypairs" to "Saved keypairs"
src/components/Home/Slider.tsx Updated button label to sentence case
src/components/Home/Networks.tsx Updated button label to sentence case
src/app/(sidebar)/*/page.tsx (15 files) Changed page headings from title case to sentence case
src/app/(sidebar)/transaction/build/components/*.tsx Updated button labels to sentence case
src/constants/networkLimits.ts Auto-generated network limits data updates (unrelated to case changes)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@stellar-jenkins
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Backlog (Not Ready)

Development

Successfully merging this pull request may close these issues.

Case inconsistency global audit

3 participants