X Tutup
Skip to content

Commit b9040e4

Browse files
MarkusMarkus
authored andcommitted
translation fix: Go to Top
fixes the translation of the arrow that pops up in the bottom right corner if you scroll down the page a bit
1 parent 79fabcb commit b9040e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</div>
1515

1616

17-
<div id="top" data-toggle="tooltip" data-placement="left" title="回到顶部">
17+
<div id="top" data-toggle="tooltip" data-placement="left" title="Go to Top">
1818
<a href="javascript:;">
1919
<div class="arrow"></div>
2020
<div class="stick"></div>

0 commit comments

Comments
 (0)
X Tutup