Skip to content

Commit

Permalink
update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-codecov committed Jan 14, 2025
1 parent c2be931 commit 703aee1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ describe('ConfigureCachedBundleModal', () => {
render(<MockTestComponent />, { wrapper })

const footerText = await screen.findByText(
"ℹ️ When bundle caching is turned off, to turn it back on, you'll need to upload the bundle report."
"ℹ️ After turning bundle caching on, you'll need to upload a new bundle report."
)
expect(footerText).toBeInTheDocument()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ export const ConfigureCachedBundleModal = ({
footer={
<div className="flex flex-1 flex-row items-center justify-between gap-2">
<div className="text-xs text-gray-500">
ℹ️ When bundle caching is turned off, to turn it back on,
you&apos;ll need to upload the bundle report.
ℹ️ After turning bundle caching on, you&apos;ll need to upload a new
bundle report.
</div>
<div className="flex items-center gap-2">
<Button
Expand Down

0 comments on commit 703aee1

Please sign in to comment.