We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e5d5b commit f497f15Copy full SHA for f497f15
src/modules/twinkleblock.js
@@ -435,15 +435,13 @@ Twinkle.block.callback.change_action = function twinkleblockCallbackChangeAction
435
checked: Twinkle.block.field_block_options.move,
436
label: 'Moving pages and files',
437
name: 'move',
438
- value: '1',
439
- tooltip: 'Moving pages and files'
+ value: '1'
440
},
441
{
442
checked: Twinkle.block.field_block_options.thanks,
443
- label: 'Thanking other users',
+ label: 'Sending thanks',
444
name: 'thanks',
445
446
- tooltip: 'Sending thanks'
447
448
449
checked: Twinkle.block.field_block_options.upload,
0 commit comments