Skip to content

Commit

Permalink
Add context to 'Library' string (#60520)
Browse files Browse the repository at this point in the history
Co-authored-by: ocean90 <ocean90@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
  • Loading branch information
3 people authored Apr 8, 2024
1 parent 2b8519b commit 3a79b72
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* WordPress dependencies
*/
import { __ } from '@wordpress/i18n';
import { __, _x } from '@wordpress/i18n';
import {
Modal,
privateApis as componentsPrivateApis,
Expand All @@ -23,7 +23,7 @@ const { Tabs } = unlock( componentsPrivateApis );

const DEFAULT_TAB = {
id: 'installed-fonts',
title: __( 'Library' ),
title: _x( 'Library', 'Font library' ),
};

const UPLOAD_TAB = {
Expand Down

0 comments on commit 3a79b72

Please sign in to comment.