diff --git a/pygeoapi/api/processes.py b/pygeoapi/api/processes.py index 3eb9ea6..d045bfa 100644 --- a/pygeoapi/api/processes.py +++ b/pygeoapi/api/processes.py @@ -171,7 +171,7 @@ def describe_processes(api: API, request: APIRequest, 'type': FORMAT_TYPES[F_JSON], 'rel': 'http://www.opengis.net/def/rel/ogc/1.0/job-list', 'href': f'{jobs_url}?f={F_JSON}', - 'title': l10n.translate('Jobs for this process as HTML', request.locale), # noqa + 'title': l10n.translate('Jobs for this process as JSON', request.locale), # noqa 'hreflang': api.default_locale } p2['links'].append(link)