We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc5caa commit 4703ab9Copy full SHA for 4703ab9
src/block-components/typography/edit.js
@@ -165,7 +165,7 @@ export const Controls = props => {
165
label={ __( 'Font Family', i18n ) }
166
onChange={ updateAttributeHandler( 'fontFamily' ) }
167
value={ getAttribute( 'fontFamily' ) }
168
- placeholder="Theme Default"
+ placeholder={ __( 'Theme Default', i18n ) }
169
helpTooltip={ {
170
video: 'typography-family',
171
description: __( 'Sets the font set to be used for the element', i18n ),
0 commit comments