summaryrefslogtreecommitdiffstats
path: root/web/react/components/post_header.jsx
diff options
context:
space:
mode:
authorFlorian Orben <florian.orben@gmail.com>2015-12-07 18:37:21 +0100
committerFlorian Orben <florian.orben@gmail.com>2015-12-07 18:40:56 +0100
commit7d3b3869c9bd38ca666901cacf2cddbaa836107f (patch)
treee6592244f49708fd56f3424e782eb6b72092cefd /web/react/components/post_header.jsx
parentb06f11fd632f146a204b4ef1357a8c099bade072 (diff)
downloadchat-7d3b3869c9bd38ca666901cacf2cddbaa836107f.tar.gz
chat-7d3b3869c9bd38ca666901cacf2cddbaa836107f.tar.bz2
chat-7d3b3869c9bd38ca666901cacf2cddbaa836107f.zip
Display username 'System' for system messages
Diffstat (limited to 'web/react/components/post_header.jsx')
-rw-r--r--web/react/components/post_header.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/post_header.jsx b/web/react/components/post_header.jsx
index 76b3a64be..f18024343 100644
--- a/web/react/components/post_header.jsx
+++ b/web/react/components/post_header.jsx
@@ -34,7 +34,7 @@ export default class PostHeader extends React.Component {
userProfile = (
<UserProfile
userId={''}
- overwriteName={''}
+ overwriteName={Constants.SYSTEM_MESSAGE_PROFILE_NAME}
overwriteImage={Constants.SYSTEM_MESSAGE_PROFILE_IMAGE}
disablePopover={true}
/>