diff --git a/src/Quotelinks/QuoteThreading.coffee b/src/Quotelinks/QuoteThreading.coffee
index 775abde7c..d60453143 100644
--- a/src/Quotelinks/QuoteThreading.coffee
+++ b/src/Quotelinks/QuoteThreading.coffee
@@ -6,8 +6,8 @@ QuoteThreading =
init: ->
return unless Conf['Quote Threading'] and g.VIEW is 'thread'
- @controls = $.el 'span',
- <%= html('') %>
+ @controls = $.el 'label',
+ <%= html(' Threading') %>
@threadNewLink = $.el 'span',
className: 'brackets-wrap threadnewlink'