diff --git a/modules/friendlytag.js b/modules/friendlytag.js index 257a4f491..0f8f90ad6 100644 --- a/modules/friendlytag.js +++ b/modules/friendlytag.js @@ -1446,7 +1446,7 @@ Twinkle.tag.callbacks = { // Place in section == Translated pages that could still use some cleanup == text = old_text + '\n\n' + templateText; summary = 'Translation cleanup requested on '; - } else if ( params.tags.indexOf('Not English') !== -1 ) { + } else if (params.tags.indexOf('Not English') !== -1) { templateText = '{{subst:needtrans|pg=' + Morebits.pageNameNorm + '|Language=' + (lang || 'uncertain') + '|Comments=' + reason.trim() + '}} ~~~~'; // Place in section == Pages for consideration ==