We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297ac61 commit e13b649Copy full SHA for e13b649
src/main/webapp/WEB-INF/views/series/add.html
@@ -230,7 +230,7 @@ <h3 th:text="${#strings.capitalize(add_series)}">
230
<input type="file" id="image" style="box-shadow: none; border: 0px;" required="required" accept="image/png,image/jpeg" th:field="*{image}" />
231
<small togglz:active="ADD_ADDITIONAL_IMAGES_TO_SERIES" sec:authorize="hasAuthority('ADD_IMAGES_TO_SERIES')">
232
<span class="hint-block" th:text="#{t_add_more_images_hint}">
233
- You will be able to add additional images on the series page
+ Later you will be able to add additional images
234
</span>
235
</small>
236
<!--/*/
0 commit comments