Skip to content

fix(PM-1510): Fixed copy for the already user modal #1166

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 31, 2025
Merged

Conversation

hentrymartin
Copy link
Collaborator

Related JIRA Ticket:

https://topcoder.atlassian.net/browse/PM-1510

What's in this PR?

  • Fixed copy for the already user modal

{
props.copilotApplication.existingMembership
&& ['observer', 'customer'].includes(props.copilotApplication.existingMembership.role)
&& <div>Click &apos;Confirm&apos; to accept by updating project role to &apos;Copilot&apos; and complete this opportunity</div>

Choose a reason for hiding this comment

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

Consider adding a period at the end of the sentence for consistency with the previous message.

<div>Click &apos;Confirm&apos; to accept and complete this opportunity.</div>

{
props.copilotApplication.existingMembership

Choose a reason for hiding this comment

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

Consider aligning the indentation of the conditional logic for consistency and readability.

}

{
props.copilotApplication.existingMembership

Choose a reason for hiding this comment

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

Consider aligning the indentation of the conditional logic for consistency and readability.

@hentrymartin hentrymartin merged commit 4c33ab2 into dev Jul 31, 2025
3 checks passed
@hentrymartin hentrymartin deleted the pm-1510 branch July 31, 2025 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant