Skip to content

Commit

Permalink
Remove trailing periods from Show or hide settings panel (#69356)
Browse files Browse the repository at this point in the history
* 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

1 comment on commit 4e3b759

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 4e3b759.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/13605874563
📝 Reported issues:

Please sign in to comment.