Skip to content

Commit f497f15

Browse files
committed
maybe some tooltips aren't exactly needed
1 parent 03e5d5b commit f497f15

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/modules/twinkleblock.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -435,15 +435,13 @@ Twinkle.block.callback.change_action = function twinkleblockCallbackChangeAction
435435
checked: Twinkle.block.field_block_options.move,
436436
label: 'Moving pages and files',
437437
name: 'move',
438-
value: '1',
439-
tooltip: 'Moving pages and files'
438+
value: '1'
440439
},
441440
{
442441
checked: Twinkle.block.field_block_options.thanks,
443-
label: 'Thanking other users',
442+
label: 'Sending thanks',
444443
name: 'thanks',
445-
value: '1',
446-
tooltip: 'Sending thanks'
444+
value: '1'
447445
},
448446
{
449447
checked: Twinkle.block.field_block_options.upload,

0 commit comments

Comments
 (0)