From c6e034093dafd2604af2f310bd1d80ad11e3ca32 Mon Sep 17 00:00:00 2001 From: Sogo Ogundowole Date: Wed, 9 Aug 2023 14:31:33 +0100 Subject: [PATCH] fix: add ng bill statuses --- openstates/data/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstates/data/common.py b/openstates/data/common.py index 0766eefdb..426713ac2 100644 --- a/openstates/data/common.py +++ b/openstates/data/common.py @@ -121,7 +121,7 @@ ("sponsorship", "Authorship/Sponsorship Details"), ("carried-over", "Carried Over from Previous Session"), ("reported-out-of-committee", "Reported Out of Committee"), - ("concurrence", "Sent For Concurrence") + ("concurrence", "Sent for Concurrence") )