diff --git a/frontend/src/components/tasks/partials/Comments.vue b/frontend/src/components/tasks/partials/Comments.vue index f3aa84f46..abb82fc47 100644 --- a/frontend/src/components/tasks/partials/Comments.vue +++ b/frontend/src/components/tasks/partials/Comments.vue @@ -35,6 +35,9 @@ height="48" width="48" > +
+ {{ $t('misc.avatarOfUser', {user: getDisplayName(c.author)}) }} +
@@ -64,7 +67,10 @@ class="comment-permalink" :title="$t('task.comment.permalink')" @click.prevent.stop="copy(getCommentUrl(`${c.id}`))" - > + > + {{ $t('task.comment.permalink') }} + + +
+ {{ $t('misc.avatarOfUser', {user: getDisplayName(authStore.info)}) }} +
diff --git a/frontend/src/i18n/lang/en.json b/frontend/src/i18n/lang/en.json index a6b58d75c..ed67a8717 100644 --- a/frontend/src/i18n/lang/en.json +++ b/frontend/src/i18n/lang/en.json @@ -587,7 +587,8 @@ "created": "Created at", "createdBy": "Created by {0}", "actions": "Actions", - "cannotBeUndone": "This cannot be undone!" + "cannotBeUndone": "This cannot be undone!", + "avatarOfUser": "{user}'s profile image" }, "input": { "resetColor": "Reset Color",