Skip to content

Commit

Permalink
default localizing text to false
Browse files Browse the repository at this point in the history
  • Loading branch information
pbking committed Apr 17, 2024
1 parent 1065f6a commit 208e724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor-sidebar/save-panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const SaveThemePanel = () => {
saveTemplates: true,
saveFonts: true,
removeNavRefs: false,
localizeText: true,
localizeText: false,
} );

const handleSaveClick = () => {
Expand Down

0 comments on commit 208e724

Please sign in to comment.