Skip to content

Commit

Permalink
fix comment list trad / escape string
Browse files Browse the repository at this point in the history
  • Loading branch information
Prestarocket committed May 27, 2021
1 parent 7067667 commit 0268b20
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
*}

<script type="text/javascript">
var productCommentUpdatePostErrorMessage = '{l s='Sorry, your review appreciation cannot be sent.' d='Modules.Productcomments.Shop' js=1}';
var productCommentAbuseReportErrorMessage = '{l s='Sorry, your abuse report cannot be sent.' d='Modules.Productcomments.Shop' js=1}';
var productCommentUpdatePostErrorMessage = '{l|escape:'javascript' s='Sorry, your review appreciation cannot be sent.' d='Modules.Productcomments.Shop'}';
var productCommentAbuseReportErrorMessage = '{l|escape:'javascript' s='Sorry, your abuse report cannot be sent.' d='Modules.Productcomments.Shop'}';
</script>
<div class="product-comments">
<div class="comments__header" id="product-comments-list-header">
Expand Down

0 comments on commit 0268b20

Please sign in to comment.