summaryrefslogtreecommitdiffstats
path: root/web/react/components/post_focus_view.jsx
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-12-02 13:26:34 -0800
committer=Corey Hulen <corey@hulen.com>2015-12-02 13:26:34 -0800
commit31cc68ebf2033461b4cd9f20c939ee91a4d0328b (patch)
tree7d6d6ee0321e5ee6e35ae1b4640c0da1dd069b6c /web/react/components/post_focus_view.jsx
parent8c7dd0561d18b1828b399f385d9d8558c583a503 (diff)
downloadchat-31cc68ebf2033461b4cd9f20c939ee91a4d0328b.tar.gz
chat-31cc68ebf2033461b4cd9f20c939ee91a4d0328b.tar.bz2
chat-31cc68ebf2033461b4cd9f20c939ee91a4d0328b.zip
PLT-1300 adding jump button to bottom of center archive channel
Diffstat (limited to 'web/react/components/post_focus_view.jsx')
-rw-r--r--web/react/components/post_focus_view.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/post_focus_view.jsx b/web/react/components/post_focus_view.jsx
index 5c6ad6c28..adcd78839 100644
--- a/web/react/components/post_focus_view.jsx
+++ b/web/react/components/post_focus_view.jsx
@@ -73,7 +73,7 @@ export default class PostFocusView extends React.Component {
getIntroMessage() {
return (
<div className='channel-intro'>
- <h4 className='channel-intro__title'>{'Beginning of Channel'}</h4>
+ <h4 className='channel-intro__title'>{'Beginning of Channel Archives'}</h4>
</div>
);
}