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 3deb663 commit a964e9aCopy full SHA for a964e9a
assets/apps/customizer-controls/src/typography-font-pair/FontPairSelector.tsx
@@ -188,13 +188,13 @@ const FontPairSelector: React.FC<Props> = ({
188
className="neve-font-preview"
189
style={headingStyle}
190
>
191
- The big brown fox
+ {__('The big brown fox', 'neve')}
192
</span>
193
<span
194
195
style={bodyStyle}
196
197
- Jumps over the lazy dog
+ {__('Jumps over the lazy dog', 'neve')}
198
199
</button>
200
</Tooltip>
0 commit comments