Skip to content

Commit 6d3bcd4

Browse files
authored
Add missed translation function in view-modern.phtml
1 parent 4b5884e commit 6d3bcd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/frontend/templates/post/view-modern.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<?php if ($_tagsCount = $_post->getTagsCount()) { ?>
108108
<div class="post-tag">
109109
<div class="item post-tags">
110-
<div class="post-tag-title">Tags</div>
110+
<div class="post-tag-title"><?= $block->escapeHtml(__('Tags')) ?></div>
111111
<?php $n = 0; ?>
112112
<?php foreach ($_post->getRelatedTags() as $tag) { ?>
113113
<?php $n++; ?>

0 commit comments

Comments
 (0)