Skip to content

Commit

Permalink
fix: change schema title
Browse files Browse the repository at this point in the history
  • Loading branch information
hazigabriel committed Jan 30, 2024
1 parent 8b93fea commit 8f03737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const LabelEditorSchema = {
type: 'boolean',
},
show_on_hover: {
title: 'Show tooltip on label hover',
title: 'Show tooltip on hover',
description: 'Show the content label tooltip on hover.',
type: 'boolean',
},
Expand Down

0 comments on commit 8f03737

Please sign in to comment.