Skip to content

Commit 27a7b07

Browse files
authored
Bad names of language keys
1 parent 1d3c172 commit 27a7b07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

styles/prosilver/template/event/viewtopic_body_post_buttons_before.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<!-- ENDIF -->
1616
<li data-skip-responsive="true">
1717
<!-- IF postrow.S_VIEW_REPUTATION -->
18-
<a href="{postrow.U_VIEW_POST_REPUTATION}" title="{postrow.RS_RATE_POST_POSITIVE}" class="button post-reputation {postrow.POST_REPUTATION_CLASS}" data-referer="_referer={U_REPUTATION_REFERER}"><span>{postrow.POST_REPUTATION}</span></a>
18+
<a href="{postrow.U_VIEW_POST_REPUTATION}" title="{postrow.RS_POST_REPUTATION}" class="button post-reputation {postrow.POST_REPUTATION_CLASS}" data-referer="_referer={U_REPUTATION_REFERER}"><span>{postrow.POST_REPUTATION}</span></a>
1919
<!-- ELSE -->
20-
<div title="{postrow.RS_RATE_POST_POSITIVE}" class="button post-reputation {postrow.POST_REPUTATION_CLASS} guest" data-referer="_referer={U_REPUTATION_REFERER}"><span>{postrow.POST_REPUTATION}</span></div>
20+
<div title="{postrow.RS_POST_REPUTATION}" class="button post-reputation {postrow.POST_REPUTATION_CLASS} guest" data-referer="_referer={U_REPUTATION_REFERER}"><span>{postrow.POST_REPUTATION}</span></div>
2121
<!-- ENDIF -->
2222
</li>
2323
<!-- ENDIF -->

0 commit comments

Comments
 (0)