Skip to content

Commit

Permalink
protect: ECP isn't really new anymore, removing [NEW]
Browse files Browse the repository at this point in the history
  • Loading branch information
MusikAnimal committed Sep 9, 2017
1 parent 3de53dc commit be0904d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/twinkleprotect.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ Twinkle.protect.callback.changeAction = function twinkleprotectCallbackChangeAct
});
editlevel.append({
type: 'option',
label: '[NEW] Extended confirmed',
label: 'Extended confirmed',
value: 'extendedconfirmed'
});
if (isTemplate) {
Expand Down Expand Up @@ -329,7 +329,7 @@ Twinkle.protect.callback.changeAction = function twinkleprotectCallbackChangeAct
});
movelevel.append({
type: 'option',
label: '[NEW] Extended confirmed',
label: 'Extended confirmed',
value: 'extendedconfirmed'
});
if (isTemplate) {
Expand Down Expand Up @@ -684,7 +684,7 @@ Twinkle.protect.protectionTypes = [
]
},
{
label: '[NEW] Extended confirmed protection',
label: 'Extended confirmed protection',
list: [
{ label: 'Arbitration enforcement (ECP)', selected: true, value: 'pp-30-500-arb' },
{ label: 'Persistent vandalism (ECP)', value: 'pp-30-500-vandalism' },
Expand Down

0 comments on commit be0904d

Please sign in to comment.