Skip to content

fix(samples): CAI-8463 capitalize App in React app heading for copy consistency - #740

Merged
bhabalan merged 3 commits into
nextfrom
fix/CAI-8463-samples-copy-consistency
Aug 26, 2026
Merged

fix(samples): CAI-8463 capitalize App in React app heading for copy consistency#740
bhabalan merged 3 commits into
nextfrom
fix/CAI-8463-samples-copy-consistency

Conversation

@mkesavan13

Copy link
Copy Markdown
Contributor

COMPLETES #CAI-8463

This pull request addresses

Copy inconsistency in the sample React app heading: React app was written with a lowercase "app", which doesn't match standard capitalization for "React App".

by making the following changes

Updated the <h1> heading in widgets-samples/cc/samples-cc-react-app/src/App.tsx from Contact Center Widgets in a React app to Contact Center Widgets in a React App.

Change Type

  • Bug fix (non-breaking change which fixes an issue)

The following scenarios were tested

  • The testing is done with the amplify link

Visual change only — the heading text capitalization was corrected. No functional logic was modified.

The GAI Coding Policy And Copyright Annotation Best Practices

  • GAI was not used (or, no additional notation is required)
  • Code was generated entirely by GAI
  • Tool used for AI assistance (GitHub Copilot / Other - specify)
    • Other - Please Specify: Claude Code (Anthropic)
  • This PR is related to
    • Defect fix

Checklist before merging

  • I have not skipped any automated checks
  • All existing and new tests passed
  • I have updated the testing document
  • I have tested the functionality with amplify link

@aws-amplify-us-east-2

Copy link
Copy Markdown

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-740.d1b38q61t1z947.amplifyapp.com

<IconProvider iconSet="momentum-icons">
<div className="webexTheme">
<h1>Contact Center Widgets in a React app</h1>
<h1>Contact Center Widgets in a React App</h1>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Let's make it Contact center widgets in a react app

@bhabalan
bhabalan marked this pull request as ready for review August 26, 2026 14:11
@bhabalan
bhabalan requested a review from a team as a code owner August 26, 2026 14:11
<IconProvider iconSet="momentum-icons">
<div className="webexTheme">
<h1>Contact Center Widgets in a React app</h1>
<h1>Contact center widgets in a react app</h1>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actaully, let's change it back to Contact Center Widgets in a React app

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: cb697b14cf

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

<IconProvider iconSet="momentum-icons">
<div className="webexTheme">
<h1>Contact Center Widgets in a React app</h1>
<h1>Contact center widgets in a react app</h1>

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Apply the intended React App capitalization

The rendered heading now says react app, so the requested capitalization of App is not applied and the proper name React is newly lowercased; Contact Center Widgets is also lowercased unexpectedly. This leaves the sole copy fix ineffective and contradicts the existing page title in public/index.html, which uses Contact Center Widgets in a React App.

Useful? React with 👍 / 👎.

@rsarika rsarika added the validated Indicates that the PR is ready for actions label Aug 26, 2026
@bhabalan
bhabalan enabled auto-merge (squash) August 26, 2026 14:58
@bhabalan
bhabalan merged commit 65e35ca into next Aug 26, 2026
7 checks passed
@bhabalan
bhabalan deleted the fix/CAI-8463-samples-copy-consistency branch August 26, 2026 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

validated Indicates that the PR is ready for actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants