diff --git a/src/welcome/admin.js b/src/welcome/admin.js index 12e64098d..42fb74954 100644 --- a/src/welcome/admin.js +++ b/src/welcome/admin.js @@ -905,7 +905,7 @@ const EditorModeSettings = lazy( () => import( '../../pro__premium_only/src/welc const RoleManager = props => { return <> -
{ __( 'Lock the Block Editor\'s inspector for different user roles, and give clients edit access to only images and content. Content Editing Mode affects all blocks. ', i18n ) }
import( '../../pro__premium_only
const CustomFields = props => {
return <>
{ __( 'Migrating from version 2 to version 3?', i18n ) }
{ __( '📋 Custom Fields', i18n ) }
+ { __( 'Custom Fields', i18n ) }
{ isPro &&
{ __( '🔩 Miscellaneous', i18n ) }
+ { __( 'Miscellaneous', i18n ) }
{ showProNoticesOption &&
{ __( '🏠 Migration Settings', i18n ) }
+ { __( 'Migration Settings', i18n ) }