Missed one

This commit is contained in:
Jason Zimdars
2024-11-19 13:01:01 -06:00
parent 71d98d9eaa
commit 4eaa414ebb
+1 -1
View File
@@ -36,7 +36,7 @@ module Filter::Summarized
if buckets.any?
"in #{buckets.pluck(:name).to_choice_sentence}"
else
"in all projects</mark>"
"in all projects"
end
end