Multiple UI Improvements (#3038)
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
c868620693
Коммит
5ea7d9bbef
@@ -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>
|
||||
|
||||
Ссылка в новой задаче
Block a user