Skip to content

Commit 604d1f7

Browse files
committed
small copy tweak
1 parent a5490a4 commit 604d1f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/RepoPage/shared/ConfigureCachedBundleModal/ConfigureCachedBundleModal.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ describe('ConfigureCachedBundleModal', () => {
177177
expect(alertDescription).toBeInTheDocument()
178178

179179
const alertDescription2 = await screen.findByText(
180-
'Note, if caching is removed trend data will not be available.'
180+
'Note, if caching is removed, trend data will not be available.'
181181
)
182182
expect(alertDescription2).toBeInTheDocument()
183183

src/pages/RepoPage/shared/ConfigureCachedBundleModal/ConfigureCachedBundleModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ const BundleCachingModalBody: React.FC<BundleCachingModalBodyProps> = ({
153153
</Alert.Description>
154154
<br />
155155
<Alert.Description>
156-
Note, if caching is removed trend data will not be available.
156+
Note, if caching is removed, trend data will not be available.
157157
</Alert.Description>
158158
</Alert>
159159
{isBundlesPending ? (

0 commit comments

Comments
 (0)