File tree 1 file changed +2
-2
lines changed
src/main/webapp/WEB-INF/views/series
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -461,7 +461,7 @@ <h5 class="text-center" th:text="#{t_similar_series}">
461
461
462
462
< div class ="row " th:if ="${not #lists.isEmpty(purchasesAndSales)} " togglz:active ="SHOW_PURCHASES_AND_SALES " sec:authorize ="hasAuthority('VIEW_SERIES_SALES') ">
463
463
< div class ="col-sm-12 ">
464
- < h5 th:text ="| #{t_who_selling_series}:| "> Who was selling/buying this series: </ h5 >
464
+ < h5 th:text ="#{t_who_selling_series} "> Who was selling/buying this series</ h5 >
465
465
< ul th:remove ="all-but-first ">
466
466
< li id ="series-sale-1-info "
467
467
th:id ="|series-sale-${iter.count}-info| "
@@ -515,7 +515,7 @@ <h5 th:text="|#{t_who_selling_series}:|">Who was selling/buying this series:</h5
515
515
516
516
< div class ="row " togglz:active ="ADD_PURCHASES_AND_SALES " sec:authorize ="hasAuthority('ADD_SERIES_SALES') ">
517
517
< div class ="col-sm-12 ">
518
- < h5 th:text ="| #{t_add_info_who_selling_series}:| "> Add info about selling/buying this series: </ h5 >
518
+ < h5 th:text ="#{t_add_info_who_selling_series} "> Add info about selling/buying this series</ h5 >
519
519
< form id ="add-series-sales-form "
520
520
method ="post "
521
521
class ="form-horizontal "
You can’t perform that action at this time.
0 commit comments