Skip to content

Commit

Permalink
Remove trailing periods from Show or hide settings panel (WordPress#6…
Browse files Browse the repository at this point in the history
…9356)

* Remove trailing periods from Settings panel toggle descriptions

* Add trailing period to shortcut description

Co-authored-by: Infinite-Null <ankitkumarshah@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: shail-mehta <shailu25@git.wordpress.org>
  • Loading branch information
4 people authored Mar 1, 2025
1 parent d2e36e3 commit 4e3b759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/commands/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ const getEditorCommandLoader = () =>

commands.push( {
name: 'core/open-settings-sidebar',
label: __( 'Show or hide the Settings panel.' ),
label: __( 'Show or hide the Settings panel' ),
icon: isRTL() ? drawerLeft : drawerRight,
callback: ( { close } ) => {
const activeSidebar = getActiveComplementaryArea( 'core' );
Expand Down

0 comments on commit 4e3b759

Please sign in to comment.