diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index fd952999..52902ddb 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -186,6 +186,10 @@
"message": "Theme",
"description": "Label for the style editor's CSS theme."
},
+ "cm_arrowKeysTraverse": {
+ "message": "Arrow keys ↑↓ traverse sections",
+ "description": "Label for the option in the editor."
+ },
"colorpickerPaletteHint": {
"message": "Right-click a swatch to cycle through its source lines"
},
diff --git a/edit.html b/edit.html
index c4812fdb..d74f5e93 100644
--- a/edit.html
+++ b/edit.html
@@ -338,6 +338,12 @@
+
+
+