summaryrefslogtreecommitdiffstats
path: root/web/templates
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-07-09 15:49:23 -0400
committerhmhealey <harrisonmhealey@gmail.com>2015-07-17 15:13:31 -0400
commit1c7f0be268046d2b509e23268eebcbbef78c5a24 (patch)
tree5da2b715ed681f2ec53bc7098f789803b3906d97 /web/templates
parentc09f1b9e4e5638080622ff9aa70735db382a16df (diff)
downloadchat-1c7f0be268046d2b509e23268eebcbbef78c5a24.tar.gz
chat-1c7f0be268046d2b509e23268eebcbbef78c5a24.tar.bz2
chat-1c7f0be268046d2b509e23268eebcbbef78c5a24.zip
Renamed all clientside references from full_name to nickname
Diffstat (limited to 'web/templates')
-rw-r--r--web/templates/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/head.html b/web/templates/head.html
index 5b423d487..0cbda28c5 100644
--- a/web/templates/head.html
+++ b/web/templates/head.html
@@ -59,7 +59,7 @@
var user = window.UserStore.getCurrentUser(true);
if (user) {
analytics.identify(user.id, {
- name: user.full_name,
+ name: user.nickname,
email: user.email,
createdAt: user.create_at,
username: user.username,