Skip to content

Commit e13b649

Browse files
committed
/series/add: sync help message in prototype and reality.
Should be in 27d1204 commit. No functional changes.
1 parent 297ac61 commit e13b649

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/add.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ <h3 th:text="${#strings.capitalize(add_series)}">
230230
<input type="file" id="image" style="box-shadow: none; border: 0px;" required="required" accept="image/png,image/jpeg" th:field="*{image}" />
231231
<small togglz:active="ADD_ADDITIONAL_IMAGES_TO_SERIES" sec:authorize="hasAuthority('ADD_IMAGES_TO_SERIES')">
232232
<span class="hint-block" th:text="#{t_add_more_images_hint}">
233-
You will be able to add additional images on the series page
233+
Later you will be able to add additional images
234234
</span>
235235
</small>
236236
<!--/*/

0 commit comments

Comments
 (0)