Add missing double quotes
We overlooked a few single quotes while we changed thousands of them.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<span class="icon-comment" aria-hidden="true"></span>
|
||||
|
||||
<div class="comment-number">
|
||||
<%= t('legislation.annotations.comments.comments_count',
|
||||
<%= t("legislation.annotations.comments.comments_count",
|
||||
count: annotation.comments.roots.count) %>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user