Skip to content

Commit e74ab11

Browse files
committed
More logical naming
1 parent 4169b59 commit e74ab11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/templates/forms/article/default.txp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<strong>
2424
<txp:text item="comments" />
2525
</strong>
26-
<a href="<txp:permlink />#comments-head" title="<txp:text item="view" />" itemprop="discussionUrl">
26+
<a href="<txp:permlink />#comments-head" title="<txp:text item="go_comments" />" itemprop="discussionUrl">
2727
<span itemprop="interactionStatistic" itemscope itemtype="https://schema.org/InteractionCounter">
2828
<meta itemprop="interactionType" content="https://schema.org/CommentAction" />
2929
<span itemprop="userInteractionCount"><txp:comments_count /></span>
@@ -35,7 +35,7 @@
3535
<strong>
3636
<txp:text item="comments" />
3737
</strong>
38-
<a href="<txp:permlink />#comments-head" title="<txp:text item="view" />" itemprop="discussionUrl">
38+
<a href="<txp:permlink />#comments-head" title="<txp:text item="go_comments" />" itemprop="discussionUrl">
3939
<span itemprop="interactionStatistic" itemscope itemtype="https://schema.org/InteractionCounter">
4040
<meta itemprop="interactionType" content="https://schema.org/CommentAction" />
4141
<span itemprop="userInteractionCount">0</span>

0 commit comments

Comments
 (0)