Skip to content

Commit

Permalink
Fixes relevant changes for en-US.yaml FreeTubeApp#783
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-shrek committed Nov 14, 2023
1 parent 9415e7c commit 001c078
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
v-if="isCommentHighlighted(comment)"
class="commentHighlighted"
>
{{ $t("Highlighted comment") }}
{{ $t("Comments.Highlighted comment") }}
</p>
<p
v-if="comment.isPinned"
Expand Down Expand Up @@ -216,7 +216,7 @@
v-if="isReplyHighlighted(comment, reply)"
class="replyHighlighted"
>
{{ $t("Highlighted reply") }}
{{ $t("Comments.Highlighted reply") }}
</p>
<p class="commentAuthorWrapper">
<router-link
Expand Down
3 changes: 2 additions & 1 deletion static/locales/en-US.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,8 @@ Comments:
Member: Member
Subscribed: Subscribed
Hearted: Hearted
Highlighted: Highlighted
Highlighted comment: Highlighted comment
Highlighted reply: Highlighted reply
Up Next: Up Next

#Tooltips
Expand Down

0 comments on commit 001c078

Please sign in to comment.