Skip to content

Commit

Permalink
Merge pull request #163 from Mukund-Tandon/fix_toolbar_item_descripti…
Browse files Browse the repository at this point in the history
…on_162

fix: fixed toolbar item tooltip desciption for embed code button
  • Loading branch information
LucasXu0 authored Jun 5, 2023
2 parents 25ac5b2 + 20a9b96 commit 2510f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/editor/toolbar/items/format_toolbar_items.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ final List<ToolbarItem> markdownFormatItems = [
id: 'editor.code',
name: 'code',
tooltip:
'${AppFlowyEditorLocalizations.current.strikethrough}${shortcutTooltips('⌘ + E', 'CTRL + E', 'CTRL + E')}',
'${AppFlowyEditorLocalizations.current.embedCode}${shortcutTooltips('⌘ + E', 'CTRL + E', 'CTRL + E')}',
),
];

Expand Down

0 comments on commit 2510f6b

Please sign in to comment.