There was no space after "user name." before the next sentence. Also, "user name" should be "username"
Этот коммит содержится в:
it33
2015-10-08 22:39:16 -07:00
родитель 9c5ce4620e
Коммит 6aff5900f7

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

@@ -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>
);