Skip to content

Commit 1ed3c13

Browse files
authored
Merge pull request #31 from meaningfy-ws/feature/RES25-42/no-plural-names
Remove crude section name pluralization
2 parents b83ea77 + a1f2819 commit 1ed3c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dqgen/resources/html_templates/property.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{% call mc.render_fetch_results(content, error) %}
88
{% set compress_uris = simplify_uri_columns_in_tabular(data_frame=content,namespace_inventory=namespaces,error_fail=False) %}
99
{% endraw %}
10-
<h3 class="ui header">{{ operation|title }} {{ property_name }}s</h3>
10+
<h3 class="ui header">{{ operation|title }} {{ property_name }}</h3>
1111
<section class="ui basic segment">
1212
<p>The table below lists the {{ operation }} <strong>{{ property }}</strong>
1313
</p>

0 commit comments

Comments
 (0)