Skip to content

Commit 91a8909

Browse files
author
Adam Argyle
committed
fixes tooltips having old instruction
1 parent 27737ae commit 91a8909

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/vis-bug/model.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const VisBugModel = {
3030
instruction: `<div table>
3131
<div>
3232
<b>Pin it:</b>
33-
<span>${altKey} + click</span>
33+
<span>click</span>
3434
</div>
3535
</div>`,
3636
},
@@ -42,7 +42,7 @@ export const VisBugModel = {
4242
instruction: `<div table>
4343
<div>
4444
<b>Pin it:</b>
45-
<span>${altKey} + click</span>
45+
<span>click</span>
4646
</div>
4747
</div>`,
4848
},

0 commit comments

Comments
 (0)