Should be "Done" when user-facing

This commit is contained in:
Jason Zimdars
2025-11-17 15:30:09 -06:00
parent 91d1cd9bd4
commit 385b70eea5
+3 -1
View File
@@ -18,7 +18,9 @@ module Filter::Fields
def indexed_by_human_name(index)
case index
when "postponing_soon"
"Auto-closing soon"
"Closing soon"
when "closed"
"Done"
when "all"
"Open"
else