From 169c0bdd63317b43e5b993069e58d89c44c6ceff Mon Sep 17 00:00:00 2001 From: DannyS712 Date: Sat, 19 Jan 2019 01:47:10 -0800 Subject: [PATCH 1/2] Add uw-uploadfirst Another single-issue notice template --- modules/twinklewarn.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/twinklewarn.js b/modules/twinklewarn.js index 0e30779be..f8f003ec7 100644 --- a/modules/twinklewarn.js +++ b/modules/twinklewarn.js @@ -1015,6 +1015,10 @@ Twinkle.warn.messages = { label: "Posting at the top of talk pages", summary: "Notice: Posting at the top of talk pages" }, + "uw-uploadfirst": { + label: "Uploading images", + summary: "Notice: Uploading images" + } "uw-userspace draft finish": { label: "Stale userspace draft", summary: "Notice: Stale userspace draft" From 0b6410688d005a13408158503d0f0746cf2c28b8 Mon Sep 17 00:00:00 2001 From: JJMC89 Date: Sat, 19 Jan 2019 09:33:13 -0800 Subject: [PATCH 2/2] Fix missing comma Thanks for catching that Co-Authored-By: DannyS712 <46829944+DannyS712@users.noreply.github.com> --- modules/twinklewarn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/twinklewarn.js b/modules/twinklewarn.js index f8f003ec7..8a8386c9f 100644 --- a/modules/twinklewarn.js +++ b/modules/twinklewarn.js @@ -1018,7 +1018,7 @@ Twinkle.warn.messages = { "uw-uploadfirst": { label: "Uploading images", summary: "Notice: Uploading images" - } + }, "uw-userspace draft finish": { label: "Stale userspace draft", summary: "Notice: Stale userspace draft"