We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 987d310 commit f4309daCopy full SHA for f4309da
client/dashboard/sites/settings-caching/index.tsx
@@ -83,7 +83,7 @@ export default function CachingSettings( { siteSlug }: { siteSlug: string } ) {
83
const handleClearEdgeCache = () => {
84
edgeCacheClearMutation.mutate( undefined, {
85
onSuccess: () => {
86
- createSuccessNotice( __( 'Edge cache cleared.' ), { type: 'snackbar' } );
+ createSuccessNotice( __( 'Global edge cache cleared.' ), { type: 'snackbar' } );
87
},
88
onError: () => {
89
createErrorNotice( __( 'Failed to clear edge cache.' ), { type: 'snackbar' } );
0 commit comments