Skip to content

Commit 029c41e

Browse files
changed notice text
1 parent c1b58c4 commit 029c41e

File tree

1 file changed

+1
-1
lines changed
  • src/plugins/global-settings/typography

1 file changed

+1
-1
lines changed

src/plugins/global-settings/typography/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ addFilter( 'stackable.global-settings.inspector', 'stackable/global-typography',
234234

235235
if ( isDirty ) {
236236
// eslint-disable-next-line no-alert
237-
const confirmChange = window.confirm( __( 'Changing font pair will override the previous changes. Do you want to proceed?', i18n ) )
237+
const confirmChange = window.confirm( __( 'Picking a new font pair will overwrite the existing typography settings. Are you sure?', i18n ) )
238238
return confirmChange
239239
}
240240
return true

0 commit comments

Comments
 (0)