Skip to content

Commit b540b5a

Browse files
committed
fix: now a label of "Image ID" field points to this field instead of to the "Image URL"
Correction for 6fcb730 commit.
1 parent b1a4715 commit b540b5a

File tree

1 file changed

+1
-1
lines changed
  • src/main/webapp/WEB-INF/views/series

1 file changed

+1
-1
lines changed

src/main/webapp/WEB-INF/views/series/info.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<div class="form-group form-group-sm"
137137
th:classappend="${#fields.hasErrors('imageId') ? 'has-error' : ''}"
138138
th:if="${allowReplacingImages}">
139-
<label for="image-url" class="control-label col-sm-3" th:text="#{t_image_id}">
139+
<label for="image-id" class="control-label col-sm-3" th:text="#{t_image_id}">
140140
Image ID
141141
</label>
142142
<div class="col-sm-4">

0 commit comments

Comments
 (0)