summaryrefslogtreecommitdiffstats
path: root/webapp/components
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-03-17 10:43:08 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2016-03-17 10:43:08 -0400
commit93101331bfe146b14fb02e7f57f1e334734878b4 (patch)
tree15c83a2ad70d81abc4572dfb4f601b08c626f052 /webapp/components
parent927c2dbfecaad12f28d294fe9575b660d19293b9 (diff)
downloadchat-93101331bfe146b14fb02e7f57f1e334734878b4.tar.gz
chat-93101331bfe146b14fb02e7f57f1e334734878b4.tar.bz2
chat-93101331bfe146b14fb02e7f57f1e334734878b4.zip
Changed 'show username' display text to be more accurate
Diffstat (limited to 'webapp/components')
-rw-r--r--webapp/components/user_settings/user_settings_display.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/user_settings/user_settings_display.jsx b/webapp/components/user_settings/user_settings_display.jsx
index 58d4493cb..3299588f7 100644
--- a/webapp/components/user_settings/user_settings_display.jsx
+++ b/webapp/components/user_settings/user_settings_display.jsx
@@ -195,7 +195,7 @@ export default class UserSettingsDisplay extends React.Component {
const showUsername = (
<FormattedMessage
id='user.settings.display.showUsername'
- defaultMessage='Show username (team default)'
+ defaultMessage='Show username (default)'
/>
);
const showNickname = (