Skip to content

Commit

Permalink
Update string. fix WordPress#10053 (WordPress#10190)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayukojpn authored and mkaz committed Sep 26, 2018
1 parent c8eadb4 commit 478b15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edit-post/components/header/writing-menu/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import FeatureToggle from '../feature-toggle';
function WritingMenu( { onClose } ) {
return (
<MenuGroup
label={ __( 'Writing' ) }
label={ __( 'View' ) }
filterName="editPost.MoreMenu.writing"
>
<FeatureToggle feature="fixedToolbar" label={ __( 'Unified Toolbar' ) } onToggle={ onClose } />
Expand Down

0 comments on commit 478b15c

Please sign in to comment.