diff --git a/Sources/App/Views/CustomCollection/CustomCollectionShow+View.swift b/Sources/App/Views/CustomCollection/CustomCollectionShow+View.swift index 00eb2c673..48b7cd4c0 100644 --- a/Sources/App/Views/CustomCollection/CustomCollectionShow+View.swift +++ b/Sources/App/Views/CustomCollection/CustomCollectionShow+View.swift @@ -27,7 +27,7 @@ enum CustomCollectionShow { } override func pageTitle() -> String? { - "Packages for collection \(model.name)" + "\(model.name) package collection" } override func pageDescription() -> String? { @@ -46,7 +46,7 @@ enum CustomCollectionShow { .group( .h2( .class("trimmed"), - .text("Packages for collection “\(model.name)”") + .text("\(model.name) package collection") ), .p( .text("These packages are available as a package collection, "), diff --git a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_CustomCollectionShow.1.html b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_CustomCollectionShow.1.html index cc119aa3a..2b51d4df6 100644 --- a/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_CustomCollectionShow.1.html +++ b/Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_CustomCollectionShow.1.html @@ -7,9 +7,9 @@ - Packages for collection Custom Collection – Swift Package Index - - + Custom Collection package collection – Swift Package Index + + @@ -82,7 +82,7 @@

-

Packages for collection “Custom Collection”

+

Custom Collection package collection

These packages are available as a package collection, usable in Xcode 13 or the Swift Package Manager 5.5.