summaryrefslogtreecommitdiffstats
path: root/webapp/components
diff options
context:
space:
mode:
authorYang Chen <yang2qwe@yahoo.ca>2016-12-23 15:18:44 -0500
committerenahum <nahumhbl@gmail.com>2016-12-23 17:18:44 -0300
commit87d84dfc30d30a24af35411bac7dafb188575749 (patch)
treef04c20ec84021ac05c94246280a45b62bd40f45b /webapp/components
parent217cdf447a995fd8f2700b14ba790360ccaeabf6 (diff)
downloadchat-87d84dfc30d30a24af35411bac7dafb188575749.tar.gz
chat-87d84dfc30d30a24af35411bac7dafb188575749.tar.bz2
chat-87d84dfc30d30a24af35411bac7dafb188575749.zip
Update Position help text in Account Settings (#4885)
Diffstat (limited to 'webapp/components')
-rw-r--r--webapp/components/user_settings/user_settings_general.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/user_settings/user_settings_general.jsx b/webapp/components/user_settings/user_settings_general.jsx
index abc0e02f0..06fe31a9e 100644
--- a/webapp/components/user_settings/user_settings_general.jsx
+++ b/webapp/components/user_settings/user_settings_general.jsx
@@ -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>
);