diff --git a/docs/explanations/faq.md b/docs/explanations/faq.md
index 964fa87e9cc68b..4a365ce5b41d19 100644
--- a/docs/explanations/faq.md
+++ b/docs/explanations/faq.md
@@ -151,7 +151,7 @@ This is the canonical list of keyboard shortcuts:
⇧⌘Z |
- Show or hide the Settings. |
+ Show or hide the Settings sidebar. |
Ctrl+Shift+, |
⇧⌘, |
diff --git a/packages/edit-post/src/components/keyboard-shortcuts/index.js b/packages/edit-post/src/components/keyboard-shortcuts/index.js
index 012173f11c683c..5344d9155c8a47 100644
--- a/packages/edit-post/src/components/keyboard-shortcuts/index.js
+++ b/packages/edit-post/src/components/keyboard-shortcuts/index.js
@@ -130,7 +130,7 @@ function KeyboardShortcuts() {
registerShortcut( {
name: 'core/edit-post/toggle-sidebar',
category: 'global',
- description: __( 'Show or hide the Settings.' ),
+ description: __( 'Show or hide the Settings sidebar.' ),
keyCombination: {
modifier: 'primaryShift',
character: ',',
diff --git a/packages/edit-site/src/components/keyboard-shortcuts/register.js b/packages/edit-site/src/components/keyboard-shortcuts/register.js
index 762565f69b7b43..0574125ba476b6 100644
--- a/packages/edit-site/src/components/keyboard-shortcuts/register.js
+++ b/packages/edit-site/src/components/keyboard-shortcuts/register.js
@@ -66,7 +66,7 @@ function KeyboardShortcutsRegister() {
registerShortcut( {
name: 'core/edit-site/toggle-block-settings-sidebar',
category: 'global',
- description: __( 'Show or hide the Settings.' ),
+ description: __( 'Show or hide the Settings sidebar.' ),
keyCombination: {
modifier: 'primaryShift',
character: ',',