Skip to content

Commit

Permalink
Fixed strikethrough shortcut in formatting toolbar button tooltip (#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewlipski authored Jul 17, 2024
1 parent 001aca6 commit ca2f5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/i18n/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export const en = {
},
strike: {
tooltip: "Strike",
secondary_tooltip: "Mod+Shift+X",
secondary_tooltip: "Mod+Shift+S",
},
code: {
tooltip: "Code",
Expand Down

0 comments on commit ca2f5de

Please sign in to comment.