Update Position help text in Account Settings (#4885)

Этот коммит содержится в:
Yang Chen
2016-12-23 15:18:44 -05:00
коммит произвёл enahum
родитель 217cdf447a
Коммит 87d84dfc30
2 изменённых файлов: 2 добавлений и 2 удалений

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

@@ -1010,7 +1010,7 @@ class UserSettingsGeneralTab extends React.Component {
<span>
<FormattedMessage
id='user.settings.general.positionExtra'
defaultMessage='Tell your teammates what you do.'
defaultMessage='Use Position for your role or job title. This will be shown in your profile popover.'
/>
</span>
);

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

@@ -1999,7 +1999,7 @@
"user.settings.general.notificationsExtra": "By default, you will receive mention notifications when someone types your first name. Go to {notify} settings to change this default.",
"user.settings.general.notificationsLink": "Notifications",
"user.settings.general.position": "Position",
"user.settings.general.positionExtra": "Tell your teammates what you do.",
"user.settings.general.positionExtra": "Use Position for your role or job title. This will be shown in your profile popover.",
"user.settings.general.primaryEmail": "Primary Email",
"user.settings.general.profilePicture": "Profile Picture",
"user.settings.general.title": "General Settings",