Skip to content

Commit

Permalink
add another missing translation fn
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicente Canales committed Apr 28, 2024
1 parent 2f0b041 commit d63a4ab
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/editor-sidebar/save-panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,14 @@ export const SaveThemePanel = () => {
} }
/>
<CheckboxControl
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."
label={ __(
'Process Only Modified Templates',
'create-block-theme'
) }
help={ __(
'Process only templates you have modified in the Editor. Any templates you have not modified will be left as is.',
'create-block-theme'
) }
disabled={ ! saveOptions.saveTemplates }
checked={
saveOptions.saveTemplates &&
Expand Down

0 comments on commit d63a4ab

Please sign in to comment.