Skip to content

Commit

Permalink
block: Correct NOTHERE label
Browse files Browse the repository at this point in the history
  • Loading branch information
Amorymeltzer committed Oct 17, 2019
1 parent e2c2eab commit c26f69b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/twinkleblock.js
Expand Up @@ -676,7 +676,7 @@ Twinkle.block.blockPresetsInfo = {
autoblock: true,
expiry: 'infinity',
nocreate: true,
reason: 'Clearly [[WP:NOTHERE|not here to contribute to the encyclopedia]]',
reason: 'Clearly [[WP:NOTHERE|not here to build an encyclopedia]]',
forRegisteredOnly: true,
summary: 'You have been indefinitely blocked from editing because it appears that you are not here to [[WP:NOTHERE|build an encyclopedia]]'
},
Expand Down Expand Up @@ -865,7 +865,7 @@ Twinkle.block.blockGroups = [
{ label: 'Generic block (custom reason) – indefinite', value: 'uw-blockindef' },
{ label: 'Disruptive editing', value: 'uw-disruptblock' },
{ label: 'Inappropriate use of user talk page while blocked', value: 'uw-talkrevoked' },
{ label: 'Not here to contribute to the encyclopedia', value: 'uw-nothereblock' },
{ label: 'Not here to build an encyclopedia', value: 'uw-nothereblock' },
{ label: 'Unsourced content', value: 'uw-ucblock' },
{ label: 'Vandalism', value: 'uw-vblock' },
{ label: 'Vandalism-only account', value: 'uw-voablock' }
Expand Down

0 comments on commit c26f69b

Please sign in to comment.