Skip to content

Commit

Permalink
fix tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
lexoyo committed Aug 14, 2024
1 parent f12aeb2 commit a291d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ts/client/grapesjs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export function getEditorConfig(config: ClientConfig): EditorConfig {
id: 'keymaps-btn',
className: 'keymaps-btn fa-solid fa-keyboard',
name: 'Shortcuts',
attributes: { title: `Keyboard Shortcuts (${titleCase(keymapsDialogOpts.shortcut, '+')})` },
attributes: { title: `Keyboard Shortcuts (Shift+H)` },

Check failure on line 267 in src/ts/client/grapesjs/index.ts

View workflow job for this annotation

GitHub Actions / build (16.x, ubuntu-latest)

Strings must use singlequote

Check failure on line 267 in src/ts/client/grapesjs/index.ts

View workflow job for this annotation

GitHub Actions / build (18.x, ubuntu-latest)

Strings must use singlequote
command: cmdKeymapsDialog,
}, {
id: 'notifications-btn',
Expand Down

0 comments on commit a291d02

Please sign in to comment.