Skip to content

Commit

Permalink
move circular from warn to notice
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemLinguae committed Nov 12, 2024
1 parent efd7117 commit 3e3da65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/twinklewarn.js
Original file line number Diff line number Diff line change
Expand Up @@ -1048,6 +1048,10 @@ Twinkle.warn.messages = {
summary: 'Notice: Article blanked and redirected',
hideReason: true
},
'uw-circular': {
label: 'Using circular sources',
summary: 'Notice: Using circular sources'
},
'uw-coi': {
label: 'Conflict of interest',
summary: 'Notice: Conflict of interest',
Expand Down Expand Up @@ -1251,10 +1255,6 @@ Twinkle.warn.messages = {
label: 'Canvassing',
summary: 'Warning: Canvassing'
},
'uw-circular': {
label: 'Using circular sources',
summary: 'Notice: Using circular sources'
},
'uw-copyright': {
label: 'Copyright violation',
summary: 'Warning: Copyright violation'
Expand Down

0 comments on commit 3e3da65

Please sign in to comment.