diff --git a/app/assets/javascripts/discourse/templates/modal/keyboard_shortcuts_help.js.handlebars b/app/assets/javascripts/discourse/templates/modal/keyboard_shortcuts_help.js.handlebars
index ec367c29ec1..afe909607b7 100644
--- a/app/assets/javascripts/discourse/templates/modal/keyboard_shortcuts_help.js.handlebars
+++ b/app/assets/javascripts/discourse/templates/modal/keyboard_shortcuts_help.js.handlebars
@@ -9,6 +9,7 @@
{{{i18n keyboard_shortcuts_help.jump_to.unread}}}
{{{i18n keyboard_shortcuts_help.jump_to.starred}}}
{{{i18n keyboard_shortcuts_help.jump_to.categories}}}
+ {{{i18n keyboard_shortcuts_help.jump_to.top}}}
{{i18n keyboard_shortcuts_help.navigation.title}}
diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml
index a44338e9da6..65d03582a1b 100644
--- a/config/locales/client.en.yml
+++ b/config/locales/client.en.yml
@@ -2064,6 +2064,7 @@ en:
unread: 'g, u Unread'
starred: 'g, f Starred'
categories: 'g, c Categories'
+ top: 'g, t Top'
navigation:
title: 'Navigation'
jump: '# Go to post number'