Skip to content

Commit f3d9cca

Browse files
bfintalCopilot
andauthored
Added translation
Co-authored-by: Copilot <[email protected]>
1 parent 2159832 commit f3d9cca

File tree

1 file changed

+1
-1
lines changed
  • src/block-components/helpers/size

1 file changed

+1
-1
lines changed

src/block-components/helpers/size/edit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ const Spacing = props => {
140140

141141
// Add additional presets for setting margins and paddings to None
142142
const nonePreset = {
143-
name: 'None',
143+
name: __( 'None', i18n ),
144144
size: '0rem',
145145
slug: 'none',
146146
}

0 commit comments

Comments
 (0)