Skip to content

Commit

Permalink
fix: Change Pro Team to Pro (#3593)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-sentry authored Dec 18, 2024
1 parent 9cbcacb commit ed55d2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function Activation() {
available seats{' '}
</p>
<p className="text-xs">
Your org trialed Pro Team plan{' '}
Your org trialed Pro plan{' '}
<span className="font-semibold">
<A to={{ pageName: 'upgradeOrgPlan' }}>upgrade</A>
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ describe('Activation', () => {
render(<Activation />, { wrapper: wrapper() })

const orgTrialedText = await screen.findByText(
/Your org trialed Pro Team plan/
/Your org trialed Pro plan/
)
expect(orgTrialedText).toBeInTheDocument()
})
Expand Down

0 comments on commit ed55d2f

Please sign in to comment.