Skip to content

Commit

Permalink
Font Libary: Add missing translation functions (#58104)
Browse files Browse the repository at this point in the history
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: creativecoder <[email protected]>
Co-authored-by: matiasbenedetto <[email protected]>
  • Loading branch information
4 people authored and youknowriad committed Feb 20, 2024
1 parent a2e9a34 commit 9438268
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function GoogleFontsConfirmDialog() {
<div className="font-library__google-fonts-confirm">
<Card>
<CardBody>
<Text as="h3">Connect to Google Fonts</Text>
<Text as="h3">{ __( 'Connect to Google Fonts' ) }</Text>
<Spacer margin={ 6 } />
<Text as="p">
{ __(
Expand Down

0 comments on commit 9438268

Please sign in to comment.