diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 56a4bddf..bdf130ff 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -311,44 +311,57 @@ v-if="isReply" class="glued-label reply-glued-label" > - - - + + - - {{ $t('status.reply_to') }} - - + + {{ $t('status.reply_to') }} + + + + diff --git a/src/i18n/en.json b/src/i18n/en.json index 874620dd..4d55367c 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -1218,6 +1218,8 @@ "delete_confirm_accept_button": "Delete", "delete_confirm_cancel_button": "Keep", "reply_to": "Reply to", + "reply_to_with_icon": "{icon} {replyTo}", + "reply_to_with_arg": "{replyToWithIcon} {user}", "mentions": "Mentions", "replies_list": "Replies:", "replies_list_with_others": "Replies (+{numReplies} other): | Replies (+{numReplies} others):",