Merge branch 'PLT-589' of github.com:stasvovk/platform into PLT-589

Этот коммит содержится в:
Stas Vovk
2015-10-13 13:27:34 +03:00
родитель 450b56c1bd f4f4335797
Коммит 822881e51a
6 изменённых файлов: 21 добавлений и 6 удалений

Просмотреть файл

@@ -96,7 +96,6 @@ export default class GetLinkModal extends React.Component {
<p>
Send teammates the link below for them to sign-up to this team site.
<br /><br />
Be careful not to share this link publicly, since anyone with the link can join your team.
</p>
<textarea
className='form-control no-resize'

Просмотреть файл

@@ -368,8 +368,7 @@ export default class UserSettingsGeneralTab extends React.Component {
const extraInfo = (
<span>
{'Use Nickname for a name you might be called that is different from your first name and user name.'}
{'This is most often used when two or more people have similar sounding names and usernames.'}
{'Use Nickname for a name you might be called that is different from your first name and username. This is most often used when two or more people have similar sounding names and usernames.'}
</span>
);