Skip to content

Commit

Permalink
fix/update some wording (thanks @alexandreleroux) (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed May 30, 2019
1 parent f824cb1 commit 47ba15f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pygeoapi/api.py
Expand Up @@ -125,12 +125,12 @@ def root(self, headers, args):
}, {
'rel': 'conformance',
'type': 'application/json',
'title': 'conformance',
'title': 'Conformance',
'href': '{}/conformance'.format(self.config['server']['url'])
}, {
'rel': 'data',
'type': 'application/json',
'title': 'collections',
'title': 'Collections',
'href': '{}/collections'.format(self.config['server']['url'])
}
]
Expand Down
2 changes: 1 addition & 1 deletion pygeoapi/templates/processes.html
Expand Up @@ -5,7 +5,7 @@
{% endblock %}
{% block body %}
<section id="processes">
<h2>Processes in this service</h2>
<h2>Processes available on this service</h2>

<div class="row">
<div class="col-sm-12 col-md-6">
Expand Down
2 changes: 1 addition & 1 deletion pygeoapi/templates/root.html
Expand Up @@ -95,7 +95,7 @@ <h2>Links</h2>
<span itemprop="faxNumber"><a href="tel:{{ config['metadata']['contact']['fax'] }}">{{ config['metadata']['contact']['fax'] }}<a></span><br/>
{% endif %}
{% if config['metadata']['contact']['url'] %}
<b>Contact url</b><br/>
<b>Contact URL</b><br/>
<span itemprop="url"><a href="{{ config['metadata']['contact']['url'] }}">{{ config['metadata']['contact']['url'] }}</a></span><br/>
{% endif %}
{% if config['metadata']['contact']['hours'] %}
Expand Down

0 comments on commit 47ba15f

Please sign in to comment.