Skip to content

Commit

Permalink
fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemLinguae committed Mar 7, 2024
1 parent 989c7d4 commit 4bb6d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/friendlytag.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ==
Expand Down

0 comments on commit 4bb6d94

Please sign in to comment.