summaryrefslogtreecommitdiffstats
path: root/webapp/components/team_general_tab.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-05-19 18:29:15 +0500
committerHarrison Healey <harrisonmhealey@gmail.com>2016-05-19 09:29:15 -0400
commit5ea7d9bbef2cf9da229e66bd05af776479e76f56 (patch)
tree66f32d9114e88e3355e7936251487b774c52c184 /webapp/components/team_general_tab.jsx
parentc868620693c69e2931c3023460eaafd9f6d330b6 (diff)
downloadchat-5ea7d9bbef2cf9da229e66bd05af776479e76f56.tar.gz
chat-5ea7d9bbef2cf9da229e66bd05af776479e76f56.tar.bz2
chat-5ea7d9bbef2cf9da229e66bd05af776479e76f56.zip
Multiple UI Improvements (#3038)
Diffstat (limited to 'webapp/components/team_general_tab.jsx')
-rw-r--r--webapp/components/team_general_tab.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/webapp/components/team_general_tab.jsx b/webapp/components/team_general_tab.jsx
index 9242fc03d..70d52740e 100644
--- a/webapp/components/team_general_tab.jsx
+++ b/webapp/components/team_general_tab.jsx
@@ -9,7 +9,7 @@ import Client from 'utils/web_client.jsx';
import * as Utils from 'utils/utils.jsx';
import TeamStore from 'stores/team_store.jsx';
-import {intlShape, injectIntl, defineMessages, FormattedMessage} from 'react-intl';
+import {intlShape, injectIntl, defineMessages, FormattedMessage, FormattedHTMLMessage} from 'react-intl';
const holders = defineMessages({
dirDisabled: {
@@ -378,9 +378,9 @@ class GeneralTab extends React.Component {
</div>
</div>
<div className='setting-list__hint'>
- <FormattedMessage
+ <FormattedHTMLMessage
id='general_tab.codeLongDesc'
- defaultMessage='The Invite Code is used as part of the URL in the team invitation link created by **Get Team Invite Link** in the main menu. Regenerating creates a new team invitation link and invalidates the previous link.'
+ defaultMessage='The Invite Code is used as part of the URL in the team invitation link created by <strong>Get Team Invite Link</strong> in the main menu. Regenerating creates a new team invitation link and invalidates the previous link.'
/>
</div>
</div>