diff --git a/stac_fastapi/types/stac_fastapi/types/core.py b/stac_fastapi/types/stac_fastapi/types/core.py index 5798de968..dd13e2c62 100644 --- a/stac_fastapi/types/stac_fastapi/types/core.py +++ b/stac_fastapi/types/stac_fastapi/types/core.py @@ -289,7 +289,7 @@ def _landing_page( { "rel": Relations.conformance.value, "type": MimeTypes.json, - "title": "STAC/WFS3 conformance classes implemented by this server", + "title": "STAC/OGC conformance classes implemented by this server", "href": urljoin(base_url, "conformance"), }, {