diff --git a/js/customize-posts.js b/js/customize-posts.js index 78fcf98..095eca5 100644 --- a/js/customize-posts.js +++ b/js/customize-posts.js @@ -588,6 +588,9 @@ api.previewer.bind( 'focus-control', component.focusControl ); component.ensureAutofocusConstructPosts(); + + // Change 'Save & Publish' button value to 'Save' + api.l10n.save = 'Save'; } ); })( wp.customize, jQuery );