'Jump to Reply' to 'Jump to previous'

This commit is contained in:
Freeplay 2023-05-20 16:42:06 -04:00
parent e57fbbb335
commit 506420130e
2 changed files with 3 additions and 3 deletions

View file

@ -57,7 +57,7 @@ sendMessage: "Send a message"
copyUsername: "Copy username"
searchUser: "Search for a user"
reply: "Reply"
jumpToReply: "Jump to Reply"
jumpToPrevious: "Jump to previous"
loadMore: "Load more"
showMore: "Show more"
newer: "newer"

View file

@ -17,7 +17,7 @@
!note.replyId
"
:to="`/notes/${note.renoteId}`"
v-tooltip="i18n.ts.jumpToReply"
v-tooltip="i18n.ts.jumpToPrevious"
class="reply-icon"
@click.stop
>
@ -70,7 +70,7 @@
v-if="!detailed && note.replyId"
:to="`#${note.replyId}`"
behavior="browser"
v-tooltip="i18n.ts.jumpToReply"
v-tooltip="i18n.ts.jumpToPrevious"
class="reply-icon"
@click.stop
>