Skip to content

Commit ca2f5de

Browse files
Fixed strikethrough shortcut in formatting toolbar button tooltip (#937)
1 parent 001aca6 commit ca2f5de

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/i18n/locales

1 file changed

+1
-1
lines changed

packages/core/src/i18n/locales/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export const en = {
185185
},
186186
strike: {
187187
tooltip: "Strike",
188-
secondary_tooltip: "Mod+Shift+X",
188+
secondary_tooltip: "Mod+Shift+S",
189189
},
190190
code: {
191191
tooltip: "Code",

0 commit comments

Comments
 (0)