diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index d1f3ec8b3..8e58b080d 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -367,7 +367,7 @@ QR = for thread in g.BOARD.threads.keys options.push $.el 'option', value: thread - textContent: "Thread No.#{thread}" + textContent: "Thread #{thread}" val = list.value $.rmAll list $.add list, options