Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed Jan 9, 2025
1 parent aa437fd commit f36123d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/cacheExclusion/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const CacheExclusion = ( { methods, constants } ) => {
onChange={ handleExcludedUrlsChange }
value={ excludedUrls }
rows="1"
label={ constants.text.excludedUrlsLabel }
label={ constants.text.cacheExclusionTitle }
/>
<Checkbox
id="do-not-cache-error-pages"
Expand Down

0 comments on commit f36123d

Please sign in to comment.