Skip to content

Commit c0b92c2

Browse files
committed
Use title
Signed-off-by: David Gageot <[email protected]>
1 parent 0134543 commit c0b92c2

File tree

1 file changed

+1
-1
lines changed
  • src/extension/ui/src/components/tile

1 file changed

+1
-1
lines changed

src/extension/ui/src/components/tile/Top.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default function Top({ item, onToggleRegister }: TopProps) {
7474
/>
7575
</Tooltip>
7676
) : (
77-
<Tooltip title={`Enabling ${item.name} requires configuration`}>
77+
<Tooltip title={`Enabling ${item.title} requires configuration`}>
7878
<span>
7979
<Switch checked={false} disabled />
8080
</span>

0 commit comments

Comments
 (0)