Skip to content

Commit f4309da

Browse files
Update client/dashboard/sites/settings-caching/index.tsx
Co-authored-by: Steven Dufresne <[email protected]>
1 parent 987d310 commit f4309da

File tree

1 file changed

+1
-1
lines changed
  • client/dashboard/sites/settings-caching

1 file changed

+1
-1
lines changed

client/dashboard/sites/settings-caching/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export default function CachingSettings( { siteSlug }: { siteSlug: string } ) {
8383
const handleClearEdgeCache = () => {
8484
edgeCacheClearMutation.mutate( undefined, {
8585
onSuccess: () => {
86-
createSuccessNotice( __( 'Edge cache cleared.' ), { type: 'snackbar' } );
86+
createSuccessNotice( __( 'Global edge cache cleared.' ), { type: 'snackbar' } );
8787
},
8888
onError: () => {
8989
createErrorNotice( __( 'Failed to clear edge cache.' ), { type: 'snackbar' } );

0 commit comments

Comments
 (0)