summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorEric Sethna <eric@spinpunch.com>2016-02-02 17:03:29 -0800
committerEric Sethna <eric@spinpunch.com>2016-02-02 17:03:29 -0800
commitd31ae207389b7402debbcaa40bb691e86023f1ba (patch)
treeaa9a2a60102c82d167baaa6192eda01bdb6df664 /web
parentbf05d377c5eb280588549987387ec90624bb56f8 (diff)
downloadchat-d31ae207389b7402debbcaa40bb691e86023f1ba.tar.gz
chat-d31ae207389b7402debbcaa40bb691e86023f1ba.tar.bz2
chat-d31ae207389b7402debbcaa40bb691e86023f1ba.zip
Update center_panel.jsx
As discussed in UX meeting. Text change to help users understand that they are just scrolled up in the channel view rather than in a different interface when they jump to a search result. "You are viewing the archives. Click here to jump to recent messages." -> "Click here to jump to recent messages"
Diffstat (limited to 'web')
-rw-r--r--web/react/components/center_panel.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/center_panel.jsx b/web/react/components/center_panel.jsx
index 53dad1306..443ecefde 100644
--- a/web/react/components/center_panel.jsx
+++ b/web/react/components/center_panel.jsx
@@ -69,7 +69,7 @@ export default class CenterPanel extends React.Component {
onClick={handleClick}
>
<a href=''>
- {'You are viewing the Archives. Click here to jump to recent messages. '}
+ {'Click here to jump to recent messages. '}
{<i className='fa fa-arrow-down'></i>}
</a>
</div>