Skip to content

Commit

Permalink
added 10 days, 6 months, 2 years in protect (#1869)
Browse files Browse the repository at this point in the history
* added 10 days, 6 months, 2 years in protect

* 2 year -> 2 years

---------

Co-authored-by: NovemLinguae <[email protected]>
  • Loading branch information
IamSudhir-Kumar and NovemLinguae authored Sep 6, 2024
1 parent 3a9de06 commit ab73249
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/twinkleprotect.js
Original file line number Diff line number Diff line change
Expand Up @@ -686,12 +686,15 @@ Twinkle.protect.protectionLengths = [
{ label: '2 days', value: '2 days' },
{ label: '3 days', value: '3 days' },
{ label: '4 days', value: '4 days' },
{ label: '10 days', value: '10 days' },
{ label: '1 week', value: '1 week' },
{ label: '2 weeks', value: '2 weeks' },
{ label: '1 month', value: '1 month' },
{ label: '2 months', value: '2 months' },
{ label: '3 months', value: '3 months' },
{ label: '6 months', value: '6 months' },
{ label: '1 year', value: '1 year' },
{ label: '2 years', value: '2 years' },
{ label: 'indefinite', value: 'infinity' },
{ label: 'Custom...', value: 'custom' }
];
Expand Down

0 comments on commit ab73249

Please sign in to comment.