We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a9eef commit 09a222aCopy full SHA for 09a222a
js/circles.app.elements.js
@@ -435,7 +435,7 @@ var elements = {
435
436
tmpl = tmpl.replace(/%title%/g, nav.escapeHtml(entry.name));
437
tmpl = tmpl.replace(/%type%/g, t('circles', nav.escapeHtml(entry.type_string)));
438
- tmpl = tmpl.replace(/%owner%/g, nav.escapeHtml(entry.owner.display_name));
+ tmpl = tmpl.replace(/%owner%/g, nav.escapeHtml(entry.owner.cached_name));
439
tmpl = tmpl.replace(/%status%/g, t('circles', nav.escapeHtml(entry.user.status)));
440
tmpl = tmpl.replace(/%level_string%/g, t('circles', nav.escapeHtml(entry.user.level_string)));
441
tmpl = tmpl.replace(/%creation%/g, nav.escapeHtml(entry.creation));
0 commit comments