summaryrefslogtreecommitdiffstats
path: root/webapp/components/rhs_comment.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/rhs_comment.jsx')
-rw-r--r--webapp/components/rhs_comment.jsx7
1 files changed, 6 insertions, 1 deletions
diff --git a/webapp/components/rhs_comment.jsx b/webapp/components/rhs_comment.jsx
index 0eb7717b3..614ba6005 100644
--- a/webapp/components/rhs_comment.jsx
+++ b/webapp/components/rhs_comment.jsx
@@ -285,7 +285,12 @@ export default class RhsComment extends React.Component {
userProfile = (
<UserProfile
user={{}}
- overwriteName={Constants.SYSTEM_MESSAGE_PROFILE_NAME}
+ overwriteName={
+ <FormattedMessage
+ id='post_info.system'
+ defaultMessage='System'
+ />
+ }
overwriteImage={Constants.SYSTEM_MESSAGE_PROFILE_IMAGE}
disablePopover={true}
/>