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 b1a4715 commit b540b5aCopy full SHA for b540b5a
src/main/webapp/WEB-INF/views/series/info.html
@@ -136,7 +136,7 @@
136
<div class="form-group form-group-sm"
137
th:classappend="${#fields.hasErrors('imageId') ? 'has-error' : ''}"
138
th:if="${allowReplacingImages}">
139
- <label for="image-url" class="control-label col-sm-3" th:text="#{t_image_id}">
+ <label for="image-id" class="control-label col-sm-3" th:text="#{t_image_id}">
140
Image ID
141
</label>
142
<div class="col-sm-4">
0 commit comments