Added translation to staff label in comment stream.

This commit is contained in:
Tibo Beijen
2018-04-19 10:43:41 +02:00
parent f83aea0431
commit 43fa0d2b58
@@ -574,7 +574,9 @@ export default class Comment extends React.Component {
'talk-stream-comment-header-tags-container'
)}
>
{isStaff(comment.tags) ? <TagLabel>Staff</TagLabel> : null}
{isStaff(comment.tags) ? (
<TagLabel>{t('community.staff')}</TagLabel>
) : null}
<Slot
className={cn(