From c361ef65438b0b9b1cedc08bc6ce693d5ffc694f Mon Sep 17 00:00:00 2001 From: Alquen Antonio Sarmiento Date: Thu, 7 Nov 2024 11:27:25 +0800 Subject: [PATCH] chore: remove emojis fom headings --- src/welcome/admin.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 <> -

{ __( '📰 Role Manager', i18n ) }

+

{ __( 'Role Manager', i18n ) }

{ __( '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 <>

-

{ __( '📋 Custom Fields', i18n ) }

+

{ __( 'Custom Fields', i18n ) }

{ isPro && }>
@@ -1072,7 +1072,7 @@ const AdditionalOptions = props => { return (
-

{ __( '🔩 Miscellaneous', i18n ) }

+

{ __( 'Miscellaneous', i18n ) }

{ showProNoticesOption && { handleSettingsChange( { stackable_global_colors_native_compatibility: checked } ) // eslint-disable-line camelcase } } /> -

{ __( '🏠 Migration Settings', i18n ) }

+

{ __( 'Migration Settings', i18n ) }

{ __( 'Migrating from version 2 to version 3?', i18n ) }