diff --git a/src/public/app/widgets/dialogs/help.js b/src/public/app/widgets/dialogs/help.js
index 889d59249..96e085d1a 100644
--- a/src/public/app/widgets/dialogs/help.js
+++ b/src/public/app/widgets/dialogs/help.js
@@ -19,7 +19,7 @@ const TPL = `
- ${t('help.goUpDown')}
- - LEFT, RIGHT - ${t('help.collapseExpand')}
+ - ${t('help.collapseExpand')}
- ${t('help.notSet')}, ${t('help.notSet')} - ${t('help.goBackForwards')}
- ${t('help.notSet')} - ${t('help.showJumpToNoteDialog')}
- ${t('help.notSet')} - ${t('help.scrollToActiveNote')}
diff --git a/src/public/translations/cn/translation.json b/src/public/translations/cn/translation.json
index 6524e4a8b..9d78a38c4 100644
--- a/src/public/translations/cn/translation.json
+++ b/src/public/translations/cn/translation.json
@@ -111,7 +111,7 @@
"close": "关闭",
"noteNavigation": "笔记导航",
"goUpDown": "UP, DOWN - 在笔记列表中向上/向下移动",
- "collapseExpand": "折叠/展开节点",
+ "collapseExpand": "LEFT, RIGHT - 折叠/展开节点",
"notSet": "未设置",
"goBackForwards": "在历史记录中前后移动",
"showJumpToNoteDialog": "显示\"跳转到\" 对话框",
diff --git a/src/public/translations/de/translation.json b/src/public/translations/de/translation.json
index 0f15aee19..0fdeb1371 100644
--- a/src/public/translations/de/translation.json
+++ b/src/public/translations/de/translation.json
@@ -106,7 +106,7 @@
"close": "Schließen",
"noteNavigation": "Notiz Navigation",
"goUpDown": "Pfeil Hoch, Pfeil Runter - In der Liste der Notizen nach oben/unten gehen",
- "collapseExpand": "Knoten reduzieren/erweitern",
+ "collapseExpand": "LEFT, RIGHT - Knoten reduzieren/erweitern",
"notSet": "nicht eingestellt",
"goBackForwards": "in der Historie zurück/vorwärts gehen",
"showJumpToNoteDialog": "zeige \"Springe zu\" dialog",
diff --git a/src/public/translations/en/translation.json b/src/public/translations/en/translation.json
index 6a082c294..036fbc0f8 100644
--- a/src/public/translations/en/translation.json
+++ b/src/public/translations/en/translation.json
@@ -116,7 +116,7 @@
"close": "Close",
"noteNavigation": "Note navigation",
"goUpDown": "UP, DOWN - go up/down in the list of notes",
- "collapseExpand": "collapse/expand node",
+ "collapseExpand": "LEFT, RIGHT - collapse/expand node",
"notSet": "not set",
"goBackForwards": "go back / forwards in the history",
"showJumpToNoteDialog": "show \"Jump to\" dialog",
diff --git a/src/public/translations/es/translation.json b/src/public/translations/es/translation.json
index 6ec27ca24..afc606f50 100644
--- a/src/public/translations/es/translation.json
+++ b/src/public/translations/es/translation.json
@@ -112,7 +112,7 @@
"close": "Cerrar",
"noteNavigation": "Navegación de notas",
"goUpDown": "UP, DOWN - subir/bajar en la lista de notas",
- "collapseExpand": "colapsar/expandir nodo",
+ "collapseExpand": "LEFT, RIGHT - colapsar/expandir nodo",
"notSet": "no establecido",
"goBackForwards": "retroceder / avanzar en la historia",
"showJumpToNoteDialog": "mostrar \"Saltar a\" diálogo",
diff --git a/src/public/translations/fr/translation.json b/src/public/translations/fr/translation.json
index eeeead63c..609c60716 100644
--- a/src/public/translations/fr/translation.json
+++ b/src/public/translations/fr/translation.json
@@ -107,7 +107,7 @@
"close": "Fermer",
"noteNavigation": "Navigation dans les notes",
"goUpDown": "UP, DOWN - aller vers le haut/bas dans la liste des notes",
- "collapseExpand": "réduire/développer le nœud",
+ "collapseExpand": "LEFT, RIGHT - réduire/développer le nœud",
"notSet": "non défini",
"goBackForwards": "reculer/avancer dans l'historique",
"showJumpToNoteDialog": "afficher la boîte de dialogue \"Aller à la note\"",
diff --git a/src/public/translations/ro/translation.json b/src/public/translations/ro/translation.json
index b1869a3ca..12fd65644 100644
--- a/src/public/translations/ro/translation.json
+++ b/src/public/translations/ro/translation.json
@@ -594,7 +594,7 @@
"bulletList": "* sau - urmat de spațiu pentru o listă punctată",
"close": "Închide",
"closeActiveTab": "închide tabul activ",
- "collapseExpand": "minimizează/expandează nodul",
+ "collapseExpand": "LEFT, RIGHT - minimizează/expandează nodul",
"collapseSubTree": "minimizează subarborele",
"collapseWholeTree": "minimizează întregul arbore de notițe",
"copyNotes": "copiază notița activă (sau selecția curentă) în clipboard (utilizat pentru clonare)",
diff --git a/src/public/translations/tw/translation.json b/src/public/translations/tw/translation.json
index 8ead685da..7447a1257 100644
--- a/src/public/translations/tw/translation.json
+++ b/src/public/translations/tw/translation.json
@@ -111,7 +111,7 @@
"close": "關閉",
"noteNavigation": "筆記導航",
"goUpDown": "UP, DOWN - 在筆記列表中向上/向下移動",
- "collapseExpand": "折疊/展開節點",
+ "collapseExpand": "LEFT, RIGHT - 折疊/展開節點",
"notSet": "未設定",
"goBackForwards": "在歷史記錄中前後移動",
"showJumpToNoteDialog": "顯示\"跳轉到\" 對話框",