Skip to content

Commit e666885

Browse files
committed
style(series/info): simplify Thymeleaf expression.
Should be in bc3fe55 commit. No functional changes.
1 parent 12acc5a commit e666885

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ <h5 th:text="|#{t_add_info_who_selling_series}:|">Add info about selling/buying
712712
<div class="col-sm-12">
713713
<div class="row">
714714
<div class="col-sm-12">
715-
<h5 th:text="|#{t_import_info_who_selling_series}|">
715+
<h5 th:text="#{t_import_info_who_selling_series}">
716716
Import info about selling this series
717717
</h5>
718718
</div>

0 commit comments

Comments
 (0)