Skip to content

Commit 09a222a

Browse files
committed
fix displayname
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 parent f3a9eef commit 09a222a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/circles.app.elements.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ var elements = {
435435

436436
tmpl = tmpl.replace(/%title%/g, nav.escapeHtml(entry.name));
437437
tmpl = tmpl.replace(/%type%/g, t('circles', nav.escapeHtml(entry.type_string)));
438-
tmpl = tmpl.replace(/%owner%/g, nav.escapeHtml(entry.owner.display_name));
438+
tmpl = tmpl.replace(/%owner%/g, nav.escapeHtml(entry.owner.cached_name));
439439
tmpl = tmpl.replace(/%status%/g, t('circles', nav.escapeHtml(entry.user.status)));
440440
tmpl = tmpl.replace(/%level_string%/g, t('circles', nav.escapeHtml(entry.user.level_string)));
441441
tmpl = tmpl.replace(/%creation%/g, nav.escapeHtml(entry.creation));

0 commit comments

Comments
 (0)