diff --git a/src/components/ShortcutsDialog.tsx b/src/components/ShortcutsDialog.tsx
index 7cb0ae1e..e11730b5 100644
--- a/src/components/ShortcutsDialog.tsx
+++ b/src/components/ShortcutsDialog.tsx
@@ -76,7 +76,7 @@ const ShortcutKey = (props: { children: React.ReactNode }) => (
style={{
border: "1px solid #ced4da",
padding: "2px 8px",
- margin: "0 8px",
+ margin: "0 4px",
backgroundColor: "#e9ecef",
borderRadius: "2px",
fontSize: "0.8em",
@@ -150,6 +150,14 @@ export const ShortcutsDialog = ({ onClose }: { onClose?: () => void }) => {
+
+
diff --git a/src/locales/en.json b/src/locales/en.json
index 360eef12..81edb79e 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -133,6 +133,8 @@
"shortcutsDialog": {
"title": "Keyboard shortcuts",
"shapes": "Shapes",
+ "curvedArrow": "Curved arrow",
+ "curvedLine": "Curved line",
"editor": "Editor",
"view": "View",
"blog": "Read our blog",