From 845e4c87db1b5b80e20cd04092086ccf8523fb33 Mon Sep 17 00:00:00 2001 From: Alexandre Franke Date: Thu, 16 Sep 2021 09:58:28 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20handling=20of=20postponed?= =?UTF-8?q?=20proposals=20(#3397)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #3396 Signed-off-by: Alexandre Franke --- scripts/proposals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/proposals.js b/scripts/proposals.js index 89b75179..cb810a97 100644 --- a/scripts/proposals.js +++ b/scripts/proposals.js @@ -58,7 +58,7 @@ const states = [ title: "Merged" }, { - label: "proposal-postoned", + label: "proposal-postponed", title: "Postponed" }, {