Skip to content

Commit

Permalink
fix: add translation functions for font preview text
Browse files Browse the repository at this point in the history
  • Loading branch information
Soare-Robert-Daniel committed Dec 18, 2024
1 parent 3deb663 commit a964e9a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,13 +188,13 @@ const FontPairSelector: React.FC<Props> = ({
className="neve-font-preview"
style={headingStyle}
>
The big brown fox
{__('The big brown fox', 'neve')}
</span>
<span
className="neve-font-preview"
style={bodyStyle}
>
Jumps over the lazy dog
{__('Jumps over the lazy dog', 'neve')}
</span>
</button>
</Tooltip>
Expand Down

0 comments on commit a964e9a

Please sign in to comment.