From 0f0a6ca7d8bd792fa7cb8f1b6754561551e0b743 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Mon, 18 Apr 2016 16:13:10 -0500 Subject: [PATCH] Switch labels in user admin page --- app/users/index/template.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/users/index/template.hbs b/app/users/index/template.hbs index a64cb9a1ce..cf00ce7bb7 100644 --- a/app/users/index/template.hbs +++ b/app/users/index/template.hbs @@ -13,8 +13,8 @@ {{#each model as |user|}} {{#unless user.deleted}} - {{user.displayName}} {{user.name}} + {{user.displayName}} {{user.email}} {{user.displayRole}} {{#if showActions}}