Skip to content

Commit

Permalink
Update label to account for updated Cache block features (#78779)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekn authored and pull[bot] committed Nov 2, 2023
1 parent 58e49e2 commit 7570885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/sites-dashboard/components/sites-ellipsis-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ function useSubmenuItems( site: SiteExcerptData ) {
sectionName: 'web_server_settings',
},
{
label: __( 'Clear cache' ),
label: __( 'Cache' ),
href: `/hosting-config/${ siteSlug }#cache`,
sectionName: 'cache',
},
Expand Down

0 comments on commit 7570885

Please sign in to comment.