standardize the submit button

This commit is contained in:
Ludy87
2024-12-20 11:08:57 +01:00
parent 30bcdbd7be
commit a9e250547a
9 changed files with 11 additions and 12 deletions

View File

@@ -131,7 +131,7 @@
<label for="convertPDFToImage" th:text="#{watermark.selectText.10}"></label>
</div>
<div class="mb-3 text-left">
<input type="submit" id="submitBtn" th:value="#{watermark.submit}" class="btn btn-primary">
<button type="submit" id="submitBtn" class="btn btn-primary" th:text="#{watermark.submit}"></button>
</div>
</form>