Skip to content

Commit

Permalink
Update src/editor-sidebar/save-panel.js
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Norris <1645628+mikachan@users.noreply.github.com>
  • Loading branch information
pbking and mikachan authored Apr 22, 2024
1 parent ad2cfb7 commit 5f03471
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 @@ -98,7 +98,7 @@ export const SaveThemePanel = () => {
} }
/>
<CheckboxControl
label="Process Only Saved Templates"
label="Process Only Modified Templates"
help="Process only templates you have modified in the Editor. Any templates you have not modified will be left as is."
disabled={ ! saveOptions.saveTemplates }
checked={
Expand Down

0 comments on commit 5f03471

Please sign in to comment.