Skip to content

Commit a8a82f0

Browse files
committed
update copy
1 parent aff7553 commit a8a82f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring/src/main/resources/templates/conversion.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<!-- Slightly ashamed of this JavaScript/CSS but it works ¯\_(ツ)_/¯ -->
2828

2929
<body>
30-
<h1 class="title" id="home">Convert JSON to Kotlin Data Class</h1>
30+
<h1 class="title" id="home">Convert JSON to Kotlin</h1>
3131
<div class="j2kcontainer" style="background:#3F51B5">
3232
<form id="jsonForm" action="#" th:action="@{/}" th:object="${conversionForm}"
3333
method="post" onsubmit="return validateForm()">
@@ -38,7 +38,7 @@ <h1 class="title" id="home">Convert JSON to Kotlin Data Class</h1>
3838
</p>
3939
</form>
4040
</div>
41-
<h2 th:if="${kotlin != null}" class="title" id="results">Generated Kotlin Data Classes</h2>
41+
<h2 th:if="${kotlin != null}" class="title" id="results">Generated Kotlin Source Code</h2>
4242
<div class="j2kcontainer" style="background:#4CAF50" th:if="${kotlin != null}">
4343

4444
<input type="hidden" id="filename" th:value="${filename}"/>

0 commit comments

Comments
 (0)