From ef349ad8f2a38d69598672a8edd358123d37f4ff Mon Sep 17 00:00:00 2001 From: mujuonly Date: Thu, 7 Mar 2024 09:36:57 +0530 Subject: [PATCH] Update upload-fonts.js A typo in font uploader string --- .../components/global-styles/font-library-modal/upload-fonts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/edit-site/src/components/global-styles/font-library-modal/upload-fonts.js b/packages/edit-site/src/components/global-styles/font-library-modal/upload-fonts.js index f96057fb62ae4..f5e3c9f7ac255 100644 --- a/packages/edit-site/src/components/global-styles/font-library-modal/upload-fonts.js +++ b/packages/edit-site/src/components/global-styles/font-library-modal/upload-fonts.js @@ -199,7 +199,7 @@ function UploadFonts() { { __( - 'Uploaded fonts appear in your library and can be used in your theme. Supported formats: .tff, .otf, .woff, and .woff2.' + 'Uploaded fonts appear in your library and can be used in your theme. Supported formats: .ttf, .otf, .woff, and .woff2.' ) }