Capitalize

This commit is contained in:
Jason Zimdars
2025-10-16 16:50:01 -05:00
parent 391675e615
commit a720a74d8e
+1 -1
View File
@@ -23,7 +23,7 @@ module Filter::Resources
def collection_titles
if collections.none?
Collection.one? ? [ Collection.first.name ] : [ "All boards" ]
Collection.one? ? [ Collection.first.name ] : [ "All Boards" ]
else
collections.map(&:name)
end