DEV: Add missing keyboard shortcut on cheatsheet

PR #23387 introduced a new keyboard shortcut to archive private
messages, but the new shortcut wasn’t added to the keyboard shortcuts
cheatsheet.
This commit is contained in:
Loïc Guitaut 2023-09-05 11:04:17 +02:00 committed by Loïc Guitaut
parent c285f4133f
commit 7d0d0e48bc
2 changed files with 7 additions and 0 deletions

View File

@ -150,6 +150,12 @@ export default class KeyboardShortcutsHelp extends Component {
keys1: [SHIFT, "a"],
keysDelimiter: PLUS,
}),
archive_private_message: buildShortcut(
"actions.archive_private_message",
{
keys1: ["a"],
}
),
},
},
navigation: {

View File

@ -4163,6 +4163,7 @@ en:
print: "%{shortcut} Print topic"
defer: "%{shortcut} Defer topic"
topic_admin_actions: "%{shortcut} Open topic admin actions"
archive_private_message: "%{shortcut} Toggle archive private message"
search_menu:
title: "Search Menu"
prev_next: "%{shortcut} Move selection up and down"