diff --git a/web/react/components/channel_header.jsx b/web/react/components/channel_header.jsx index 90a7767917..0254d0e82e 100644 --- a/web/react/components/channel_header.jsx +++ b/web/react/components/channel_header.jsx @@ -105,7 +105,7 @@ module.exports = React.createClass({ if (!utils.areStatesEqual(newState, this.state)) { this.setState(newState); } - $('.channel-header__info .description').popover({placement: 'bottom', trigger: 'hover', html: true, delay: {show: 500, hide: 500}}); + $('.channel-header__info .description').popover({placement: 'bottom', trigger: 'hover click', html: true, delay: {show: 500, hide: 500}}); }, onSocketChange: function(msg) { if (msg.action === 'new_user') { diff --git a/web/react/components/channel_info_modal.jsx b/web/react/components/channel_info_modal.jsx index 18addb52fe..6d999870aa 100644 --- a/web/react/components/channel_info_modal.jsx +++ b/web/react/components/channel_info_modal.jsx @@ -32,7 +32,7 @@ module.exports = React.createClass({
- {'This is the start of your private message history with ' + teammateName + '.'}
- {'Private messages and files shared here are not shown to people outside this area.'}
+ This is the start of your private message history with {teammateName}.
+ Private messages and files shared here are not shown to people outside this area.
- Welcome to {uiName}!
+ Welcome to {uiName}!
- {'This is the first channel ' + strings.Team + 'mates see when they'}
+ This is the first channel {strings.Team} mates see when they
sign up - use it for posting updates everyone needs to know.
@@ -434,7 +435,7 @@ module.exports = React.createClass({
- {'This is the start of ' + uiName + ', a channel for non-work-related conversations.'}
+ This is the start of {uiName}, a channel for non-work-related conversations.