Skip to content

Commit a964e9a

Browse files
fix: add translation functions for font preview text
1 parent 3deb663 commit a964e9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/apps/customizer-controls/src/typography-font-pair/FontPairSelector.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,13 +188,13 @@ const FontPairSelector: React.FC<Props> = ({
188188
className="neve-font-preview"
189189
style={headingStyle}
190190
>
191-
The big brown fox
191+
{__('The big brown fox', 'neve')}
192192
</span>
193193
<span
194194
className="neve-font-preview"
195195
style={bodyStyle}
196196
>
197-
Jumps over the lazy dog
197+
{__('Jumps over the lazy dog', 'neve')}
198198
</span>
199199
</button>
200200
</Tooltip>

0 commit comments

Comments
 (0)