Skip to content

Commit

Permalink
Font Libary: Add missing translation functions
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Feb 14, 2024
1 parent b801b1c commit 1213051
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 1213051

Please sign in to comment.