Skip to content

Commit 4703ab9

Browse files
committed
fix: make translatable
1 parent 2cc5caa commit 4703ab9

File tree

1 file changed

+1
-1
lines changed
  • src/block-components/typography

1 file changed

+1
-1
lines changed

src/block-components/typography/edit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export const Controls = props => {
165165
label={ __( 'Font Family', i18n ) }
166166
onChange={ updateAttributeHandler( 'fontFamily' ) }
167167
value={ getAttribute( 'fontFamily' ) }
168-
placeholder="Theme Default"
168+
placeholder={ __( 'Theme Default', i18n ) }
169169
helpTooltip={ {
170170
video: 'typography-family',
171171
description: __( 'Sets the font set to be used for the element', i18n ),

0 commit comments

Comments
 (0)