We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1286f9 commit 70b2d4cCopy full SHA for 70b2d4c
src/main/webapp/WEB-INF/views/category/add.html
@@ -61,7 +61,7 @@
61
</div>
62
<div class="row">
63
<div id="content" class="col-sm-6 col-sm-offset-3" th:with="create_category=#{t_create_category}">
64
- <h3 th:text="${#strings.capitalize(create_category)} ">
+ <h3 th:text="${#strings.capitalize(create_category)}">
65
Add category
66
</h3>
67
src/main/webapp/WEB-INF/views/participant/add.html
<div id="content" class="col-sm-6 col-sm-offset-3" th:with="header=#{t_add_buyer_seller}">
- <h3 th:text="${#strings.capitalize(header)} ">
+ <h3 th:text="${#strings.capitalize(header)}">
Add buyer/seller
0 commit comments